Uses of Interface
org.smooks.api.delivery.ContentHandlerBinding
-
Packages that use ContentHandlerBinding Package Description org.smooks.api.delivery Content Delivery.org.smooks.api.resource.visitor.interceptor org.smooks.engine org.smooks.engine.delivery org.smooks.engine.delivery.dom DOM based Content Delivery.org.smooks.engine.delivery.event org.smooks.engine.delivery.interceptor org.smooks.engine.delivery.ordering org.smooks.engine.delivery.sax.ng -
-
Uses of ContentHandlerBinding in org.smooks.api.delivery
Methods in org.smooks.api.delivery that return types with arguments of type ContentHandlerBinding Modifier and Type Method Description List<ContentHandlerBinding<Visitor>>
VisitorAppender. addVisitors()
Add visitors to the supplied visitor map.Method parameters in org.smooks.api.delivery with type arguments of type ContentHandlerBinding Modifier and Type Method Description ContentDeliveryConfig
ContentDeliveryConfigBuilder. build(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
ContentDeliveryRuntime
ContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
ContentDeliveryConfig
FilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)
Boolean
FilterProvider. isProvider(List<ContentHandlerBinding<Visitor>> visitorBindings)
-
Uses of ContentHandlerBinding in org.smooks.api.resource.visitor.interceptor
Methods in org.smooks.api.resource.visitor.interceptor that return ContentHandlerBinding Modifier and Type Method Description ContentHandlerBinding<Visitor>
InterceptorVisitor. getTarget()
ContentHandlerBinding<Visitor>
InterceptorVisitor. getVisitorBinding()
Methods in org.smooks.api.resource.visitor.interceptor with parameters of type ContentHandlerBinding Modifier and Type Method Description void
InterceptorVisitor. setVisitorBinding(ContentHandlerBinding<Visitor> visitorBinding)
-
Uses of ContentHandlerBinding in org.smooks.engine
Constructor parameters in org.smooks.engine with type arguments of type ContentHandlerBinding Constructor Description DefaultExecutionContext(String targetProfile, ApplicationContext applicationContext, String contentEncoding, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
Public Constructor.DefaultExecutionContext(String targetProfile, ApplicationContext applicationContext, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
Public Constructor. -
Uses of ContentHandlerBinding in org.smooks.engine.delivery
Classes in org.smooks.engine.delivery that implement ContentHandlerBinding Modifier and Type Class Description class
DefaultContentHandlerBinding<T extends ContentHandler>
Methods in org.smooks.engine.delivery that return types with arguments of type ContentHandlerBinding Modifier and Type Method Description Set<Map.Entry<String,List<ContentHandlerBinding<T>>>>
ContentHandlerBindingIndex. entrySet()
List<ContentHandlerBinding<T>>
ContentHandlerBindingIndex. get(Object selector)
Get theContentHandlerBinding
list for the supplied selector string.List<ContentHandlerBinding<T>>
ContentHandlerBindingIndex. get(String... selectors)
Get the combinedContentHandlerBinding
list for the supplied list of selector strings.List<ContentHandlerBinding<T>>
ContentHandlerBindingIndex. put(String selector, List<ContentHandlerBinding<T>> contentHandlerBindings)
List<ContentHandlerBinding<T>>
ContentHandlerBindingIndex. remove(Object key)
Collection<List<ContentHandlerBinding<T>>>
ContentHandlerBindingIndex. values()
Methods in org.smooks.engine.delivery with parameters of type ContentHandlerBinding Modifier and Type Method Description protected void
DefaultContentDeliveryConfigBuilder. printHandlerCharacteristics(ContentHandlerBinding<Visitor> contentHandlerBinding, StringBuffer stringBuf, List<ContentHandler> printedHandlers)
void
ContentHandlerBindingIndex. put(String selector, ContentHandlerBinding<T> contentHandlerBinding)
Add aContentHandlerBinding
for the specified selector.Method parameters in org.smooks.engine.delivery with type arguments of type ContentHandlerBinding Modifier and Type Method Description ContentDeliveryConfig
DefaultContentDeliveryConfigBuilder. build(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
Get the ContentDeliveryConfig instance for the specified profile set.protected ContentDeliveryConfig
DefaultContentDeliveryConfigBuilder. buildConfig(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
ContentDeliveryRuntime
DefaultContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
List<ContentHandlerBinding<T>>
ContentHandlerBindingIndex. put(String selector, List<ContentHandlerBinding<T>> contentHandlerBindings)
void
ContentHandlerBindingIndex. putAll(Map<? extends String,? extends List<ContentHandlerBinding<T>>> contentHandlerBindingIndex)
Add all the content handlers defined in the suppliedMap
. -
Uses of ContentHandlerBinding in org.smooks.engine.delivery.dom
Methods in org.smooks.engine.delivery.dom that return types with arguments of type ContentHandlerBinding Modifier and Type Method Description List<ContentHandlerBinding<DOMElementVisitor>>
ProcessingSet. getProcessingUnits()
Get the list of ProcessingUnit instances to be applied.Method parameters in org.smooks.engine.delivery.dom with type arguments of type ContentHandlerBinding Modifier and Type Method Description DOMContentDeliveryConfig
DOMFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)
Boolean
DOMFilterProvider. isProvider(List<ContentHandlerBinding<Visitor>> visitorBindings)
-
Uses of ContentHandlerBinding in org.smooks.engine.delivery.event
Methods in org.smooks.engine.delivery.event that return ContentHandlerBinding Modifier and Type Method Description ContentHandlerBinding<T>
VisitExecutionEvent. getVisitorBinding()
Constructors in org.smooks.engine.delivery.event with parameters of type ContentHandlerBinding Constructor Description VisitExecutionEvent(Fragment<F> fragment, ContentHandlerBinding<T> visitorBinding, VisitSequence sequence, ExecutionContext executionContext)
VisitExecutionEvent(Fragment<F> fragment, ContentHandlerBinding<T> visitorBinding, VisitSequence sequence, ExecutionContext executionContext, Throwable error)
-
Uses of ContentHandlerBinding in org.smooks.engine.delivery.interceptor
Fields in org.smooks.engine.delivery.interceptor declared as ContentHandlerBinding Modifier and Type Field Description protected ContentHandlerBinding<Visitor>
AbstractInterceptorVisitor. visitorBinding
Fields in org.smooks.engine.delivery.interceptor with type parameters of type ContentHandlerBinding Modifier and Type Field Description protected AtomicReference<ContentHandlerBinding<Visitor>>
AbstractInterceptorVisitor. target
Methods in org.smooks.engine.delivery.interceptor that return ContentHandlerBinding Modifier and Type Method Description ContentHandlerBinding<Visitor>
InterceptorVisitorChainFactory. createInterceptorChain(ContentHandlerBinding<Visitor> visitorBinding)
ContentHandlerBinding<Visitor>
AbstractInterceptorVisitor. getTarget()
ContentHandlerBinding<Visitor>
AbstractInterceptorVisitor. getVisitorBinding()
Methods in org.smooks.engine.delivery.interceptor with parameters of type ContentHandlerBinding Modifier and Type Method Description ContentHandlerBinding<Visitor>
InterceptorVisitorChainFactory. createInterceptorChain(ContentHandlerBinding<Visitor> visitorBinding)
void
AbstractInterceptorVisitor. setVisitorBinding(ContentHandlerBinding<Visitor> visitorBinding)
-
Uses of ContentHandlerBinding in org.smooks.engine.delivery.ordering
Method parameters in org.smooks.engine.delivery.ordering with type arguments of type ContentHandlerBinding Modifier and Type Method Description static <T extends ContentHandler>
voidSorter. sort(List<ContentHandlerBinding<T>> visitors, Sorter.SortOrder sortOrder)
-
Uses of ContentHandlerBinding in org.smooks.engine.delivery.sax.ng
Methods in org.smooks.engine.delivery.sax.ng with parameters of type ContentHandlerBinding Modifier and Type Method Description protected <T extends Visitor>
voidSaxNgFilterProvider. addPositionCounter(ContentHandlerBinding<T> contentHandlerBinding, SaxNgContentDeliveryConfig saxNgContentDeliveryConfig)
protected void
SaxNgContentHandler. visitAfter(ContentHandlerBinding<AfterVisitor> afterVisitorBinding)
Method parameters in org.smooks.engine.delivery.sax.ng with type arguments of type ContentHandlerBinding Modifier and Type Method Description SaxNgContentDeliveryConfig
SaxNgFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)
Boolean
SaxNgFilterProvider. isProvider(List<ContentHandlerBinding<Visitor>> contentHandlerBindings)
-