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 ContentDeliveryConfigContentDeliveryConfigBuilder. build(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)ContentDeliveryRuntimeContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)ContentDeliveryConfigFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)BooleanFilterProvider. 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 voidInterceptorVisitor. 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 classDefaultContentHandlerBinding<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 theContentHandlerBindinglist for the supplied selector string.List<ContentHandlerBinding<T>>ContentHandlerBindingIndex. get(String... selectors)Get the combinedContentHandlerBindinglist 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 voidDefaultContentDeliveryConfigBuilder. printHandlerCharacteristics(ContentHandlerBinding<Visitor> contentHandlerBinding, StringBuffer stringBuf, List<ContentHandler> printedHandlers)voidContentHandlerBindingIndex. put(String selector, ContentHandlerBinding<T> contentHandlerBinding)Add aContentHandlerBindingfor the specified selector.Method parameters in org.smooks.engine.delivery with type arguments of type ContentHandlerBinding Modifier and Type Method Description ContentDeliveryConfigDefaultContentDeliveryConfigBuilder. build(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)Get the ContentDeliveryConfig instance for the specified profile set.protected ContentDeliveryConfigDefaultContentDeliveryConfigBuilder. buildConfig(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)ContentDeliveryRuntimeDefaultContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)List<ContentHandlerBinding<T>>ContentHandlerBindingIndex. put(String selector, List<ContentHandlerBinding<T>> contentHandlerBindings)voidContentHandlerBindingIndex. 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 DOMContentDeliveryConfigDOMFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)BooleanDOMFilterProvider. 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. visitorBindingFields in org.smooks.engine.delivery.interceptor with type parameters of type ContentHandlerBinding Modifier and Type Field Description protected AtomicReference<ContentHandlerBinding<Visitor>>AbstractInterceptorVisitor. targetMethods 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)voidAbstractInterceptorVisitor. 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 voidSaxNgContentHandler. visitAfter(ContentHandlerBinding<AfterVisitor> afterVisitorBinding)Method parameters in org.smooks.engine.delivery.sax.ng with type arguments of type ContentHandlerBinding Modifier and Type Method Description SaxNgContentDeliveryConfigSaxNgFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)BooleanSaxNgFilterProvider. isProvider(List<ContentHandlerBinding<Visitor>> contentHandlerBindings)
-