Package | Description |
---|---|
org.milyn.delivery |
Content Delivery.
|
org.milyn.delivery.dom |
DOM based Content Delivery.
|
org.milyn.delivery.ordering |
Visitor execution ordering.
|
org.milyn.delivery.sax |
SAX based Content Delivery.
|
org.milyn.event.types |
Modifier and Type | Method and Description |
---|---|
List<ContentHandlerConfigMap<T>> |
ContentHandlerConfigMapTable.getAllMappings() |
List<ContentHandlerConfigMap<T>> |
ContentHandlerConfigMapTable.getMappings(String selector)
Get the
ContentHandlerConfigMap list for the supplied selector string. |
List<ContentHandlerConfigMap<T>> |
ContentHandlerConfigMapTable.getMappings(String[] selectors)
Get the combined
ContentHandlerConfigMap list for the supplied list of selector strings. |
Map<String,List<ContentHandlerConfigMap<T>>> |
ContentHandlerConfigMapTable.getTable() |
Modifier and Type | Method and Description |
---|---|
List<ContentHandlerConfigMap> |
ProcessingSet.getProcessingUnits()
Get the list of ProcessingUnit instances to be applied.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ContentHandler> |
Sorter.sort(List<ContentHandlerConfigMap<T>> visitors,
Sorter.SortOrder sortOrder) |
Modifier and Type | Method and Description |
---|---|
List<ContentHandlerConfigMap<SAXVisitChildren>> |
SAXElementVisitorMap.getChildVisitors() |
List<ContentHandlerConfigMap<SAXVisitAfter>> |
SAXElementVisitorMap.getVisitAfters() |
List<ContentHandlerConfigMap<SAXVisitBefore>> |
SAXElementVisitorMap.getVisitBefores() |
List<ContentHandlerConfigMap<VisitLifecycleCleanable>> |
SAXElementVisitorMap.getVisitCleanables() |
Modifier and Type | Method and Description |
---|---|
void |
SAXElementVisitorMap.setChildVisitors(List<ContentHandlerConfigMap<SAXVisitChildren>> childVisitors) |
void |
SAXElementVisitorMap.setVisitAfters(List<ContentHandlerConfigMap<SAXVisitAfter>> visitAfters) |
void |
SAXElementVisitorMap.setVisitBefores(List<ContentHandlerConfigMap<SAXVisitBefore>> visitBefores) |
void |
SAXElementVisitorMap.setVisitCleanables(List<ContentHandlerConfigMap<VisitLifecycleCleanable>> visitCleanables) |
Modifier and Type | Method and Description |
---|---|
ContentHandlerConfigMap |
ElementVisitEvent.getConfigMapping() |
Constructor and Description |
---|
ElementVisitEvent(Object element,
ContentHandlerConfigMap configMapping,
VisitSequence sequence) |
ElementVisitEvent(Object element,
ContentHandlerConfigMap configMapping,
VisitSequence sequence,
Throwable error) |
Copyright © 2020. All rights reserved.