Package org.smooks.engine.delivery.dom
Class DOMContentDeliveryConfig
- java.lang.Object
-
- org.smooks.engine.delivery.AbstractContentDeliveryConfig
-
- org.smooks.engine.delivery.dom.DOMContentDeliveryConfig
-
- All Implemented Interfaces:
ContentDeliveryConfig
public class DOMContentDeliveryConfig extends AbstractContentDeliveryConfig
DOM specificContentDeliveryConfig
implementation.- Author:
- tom.fennelly@gmail.com
-
-
Field Summary
-
Fields inherited from interface org.smooks.api.delivery.ContentDeliveryConfig
SMOOKS_VISITORS_SORT
-
-
Constructor Summary
Constructors Constructor Description DOMContentDeliveryConfig()
-
Method Summary
-
Methods inherited from class org.smooks.engine.delivery.AbstractContentDeliveryConfig
addToExecutionLifecycleSets, executeHandlerCleanup, executeHandlerInit, getCloseResult, getCloseSource, getContentDeliveryConfigExecutionEvents, getFilterBypass, getObjects, getResourceConfigs, getResourceConfigs, isDefaultSerializationOn, setRegistry, setResourceConfigs
-
-
-
-
Method Detail
-
getAssemblyVisitBeforeIndex
public ContentHandlerBindingIndex<DOMVisitBefore> getAssemblyVisitBeforeIndex()
-
setAssemblyVisitBeforeIndex
public void setAssemblyVisitBeforeIndex(ContentHandlerBindingIndex<DOMVisitBefore> assemblyVisitBeforeIndex)
-
getAssemblyVisitAfterIndex
public ContentHandlerBindingIndex<DOMVisitAfter> getAssemblyVisitAfterIndex()
-
setAssemblyVisitAfterIndex
public void setAssemblyVisitAfterIndex(ContentHandlerBindingIndex<DOMVisitAfter> assemblyVisitAfterIndex)
-
getProcessingVisitBeforeIndex
public ContentHandlerBindingIndex<DOMVisitBefore> getProcessingVisitBeforeIndex()
-
setProcessingVisitBeforeIndex
public void setProcessingVisitBeforeIndex(ContentHandlerBindingIndex<DOMVisitBefore> processingVisitBeforeIndex)
-
getProcessingVisitAfterIndex
public ContentHandlerBindingIndex<DOMVisitAfter> getProcessingVisitAfterIndex()
-
setProcessingVisitAfterIndex
public void setProcessingVisitAfterIndex(ContentHandlerBindingIndex<DOMVisitAfter> processingVisitAfterIndex)
-
getSerializerVisitorIndex
public ContentHandlerBindingIndex<SerializerVisitor> getSerializerVisitorIndex()
-
setSerializerVisitorIndex
public void setSerializerVisitorIndex(ContentHandlerBindingIndex<SerializerVisitor> serializerVisitorIndex)
-
getPostFragmentLifecycleIndex
public ContentHandlerBindingIndex<PostFragmentLifecycle> getPostFragmentLifecycleIndex()
-
setPostFragmentLifecycleIndex
public void setPostFragmentLifecycleIndex(ContentHandlerBindingIndex<PostFragmentLifecycle> postFragmentLifecycleIndex)
-
newFilter
public Filter newFilter(ExecutionContext executionContext)
Description copied from interface:ContentDeliveryConfig
Get a new stream filter for the content delivery configuration.- Parameters:
executionContext
- Execution context.- Returns:
- The stream filter.
-
getFilterBypass
public FilterBypass getFilterBypass()
Description copied from interface:ContentDeliveryConfig
Get theFilterBypass
for this delivery configuration.- Returns:
- The
FilterBypass
for this delivery configuration, or null if non configured.
-
sort
public void sort() throws SmooksConfigException
Description copied from interface:ContentDeliveryConfig
- Throws:
SmooksConfigException
- Sort failure.- See Also:
ContentDeliveryConfig.SMOOKS_VISITORS_SORT
-
addToExecutionLifecycleSets
public void addToExecutionLifecycleSets() throws SmooksConfigException
Description copied from interface:ContentDeliveryConfig
Add the execution lifecycle sets for the configuration.- Throws:
SmooksConfigException
- Error resolving the handlers interested in the Execution lifecycle.
-
configureFilterBypass
public void configureFilterBypass()
-
-