Package | Description |
---|---|
org.milyn.delivery |
Content Delivery.
|
org.milyn.delivery.dom |
DOM based Content Delivery.
|
org.milyn.delivery.sax |
SAX based Content Delivery.
|
Modifier and Type | Method and Description |
---|---|
ContentHandlerConfigMapTable<DOMVisitAfter> |
VisitorConfigMap.getDomAssemblyVisitAfters() |
ContentHandlerConfigMapTable<DOMVisitBefore> |
VisitorConfigMap.getDomAssemblyVisitBefores() |
ContentHandlerConfigMapTable<DOMVisitAfter> |
VisitorConfigMap.getDomProcessingVisitAfters() |
ContentHandlerConfigMapTable<DOMVisitBefore> |
VisitorConfigMap.getDomProcessingVisitBefores() |
ContentHandlerConfigMapTable<SerializationUnit> |
VisitorConfigMap.getDomSerializationVisitors() |
ContentHandlerConfigMapTable<SAXVisitAfter> |
VisitorConfigMap.getSaxVisitAfters() |
ContentHandlerConfigMapTable<SAXVisitBefore> |
VisitorConfigMap.getSaxVisitBefores() |
ContentHandlerConfigMapTable<VisitLifecycleCleanable> |
VisitorConfigMap.getVisitCleanables() |
Modifier and Type | Method and Description |
---|---|
ContentHandlerConfigMapTable<DOMVisitAfter> |
DOMContentDeliveryConfig.getAssemblyVisitAfters() |
ContentHandlerConfigMapTable<DOMVisitBefore> |
DOMContentDeliveryConfig.getAssemblyVisitBefores() |
ContentHandlerConfigMapTable<DOMVisitAfter> |
DOMContentDeliveryConfig.getProcessingVisitAfters() |
ContentHandlerConfigMapTable<DOMVisitBefore> |
DOMContentDeliveryConfig.getProcessingVisitBefores() |
ContentHandlerConfigMapTable<SerializationUnit> |
DOMContentDeliveryConfig.getSerializationVisitors() |
ContentHandlerConfigMapTable<VisitLifecycleCleanable> |
DOMContentDeliveryConfig.getVisitCleanables() |
Modifier and Type | Method and Description |
---|---|
void |
DOMContentDeliveryConfig.setAssemblyVisitAfters(ContentHandlerConfigMapTable<DOMVisitAfter> assemblyVisitAfters) |
void |
DOMContentDeliveryConfig.setAssemblyVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> assemblyVisitBefores) |
void |
DOMContentDeliveryConfig.setProcessingVisitAfters(ContentHandlerConfigMapTable<DOMVisitAfter> processingVisitAfters) |
void |
DOMContentDeliveryConfig.setProcessingVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> processingVisitBefores) |
void |
DOMContentDeliveryConfig.setSerializationVisitors(ContentHandlerConfigMapTable<SerializationUnit> serializationVisitors) |
void |
DOMContentDeliveryConfig.setVisitCleanables(ContentHandlerConfigMapTable<VisitLifecycleCleanable> visitCleanables) |
Modifier and Type | Method and Description |
---|---|
ContentHandlerConfigMapTable<SAXVisitChildren> |
SAXContentDeliveryConfig.getChildVisitors() |
ContentHandlerConfigMapTable<SAXVisitAfter> |
SAXContentDeliveryConfig.getVisitAfters() |
ContentHandlerConfigMapTable<SAXVisitBefore> |
SAXContentDeliveryConfig.getVisitBefores() |
ContentHandlerConfigMapTable<VisitLifecycleCleanable> |
SAXContentDeliveryConfig.getVisitCleanables() |
Modifier and Type | Method and Description |
---|---|
void |
SAXContentDeliveryConfig.setVisitAfters(ContentHandlerConfigMapTable<SAXVisitAfter> visitAfters) |
void |
SAXContentDeliveryConfig.setVisitBefores(ContentHandlerConfigMapTable<SAXVisitBefore> visitBefores) |
void |
SAXContentDeliveryConfig.setVisitCleanables(ContentHandlerConfigMapTable<VisitLifecycleCleanable> visitCleanables) |
Copyright © 2020. All rights reserved.