Uses of Class
org.smooks.engine.delivery.interceptor.InterceptorVisitorDefinition
-
Packages that use InterceptorVisitorDefinition Package Description org.smooks.engine.delivery.interceptor -
-
Uses of InterceptorVisitorDefinition in org.smooks.engine.delivery.interceptor
Fields in org.smooks.engine.delivery.interceptor with type parameters of type InterceptorVisitorDefinition Modifier and Type Field Description protected List<InterceptorVisitorDefinition>
InterceptorVisitorChainFactory. interceptorVisitorDefinitions
Methods in org.smooks.engine.delivery.interceptor that return types with arguments of type InterceptorVisitorDefinition Modifier and Type Method Description protected List<InterceptorVisitorDefinition>
InterceptorVisitorChainFactory. applyCustomFirstSystemLastOrder(List<InterceptorVisitorDefinition> interceptorVisitorDefinitions)
List<InterceptorVisitorDefinition>
InterceptorVisitorChainFactory. getInterceptorVisitorDefinitions()
Method parameters in org.smooks.engine.delivery.interceptor with type arguments of type InterceptorVisitorDefinition Modifier and Type Method Description protected List<InterceptorVisitorDefinition>
InterceptorVisitorChainFactory. applyCustomFirstSystemLastOrder(List<InterceptorVisitorDefinition> interceptorVisitorDefinitions)
-