Uses of Interface
org.smooks.engine.delivery.interceptor.AbstractInterceptorVisitor.Invocation
-
Packages that use AbstractInterceptorVisitor.Invocation Package Description org.smooks.engine.delivery.interceptor org.smooks.management -
-
Uses of AbstractInterceptorVisitor.Invocation in org.smooks.engine.delivery.interceptor
Classes in org.smooks.engine.delivery.interceptor that implement AbstractInterceptorVisitor.Invocation Modifier and Type Class Description protected static classAbstractInterceptorVisitor.VisitAfterInvocationprotected static classAbstractInterceptorVisitor.VisitBeforeInvocationprotected static classAbstractInterceptorVisitor.VisitChildElementInvocationprotected static classAbstractInterceptorVisitor.VisitChildTextInvocationFields in org.smooks.engine.delivery.interceptor declared as AbstractInterceptorVisitor.Invocation Modifier and Type Field Description protected AbstractInterceptorVisitor.Invocation<ParameterizedVisitor>StaticProxyInterceptor. getMaxNodeInvocationprotected AbstractInterceptorVisitor.Invocation<Visitor>StaticProxyInterceptor. postExecutionLifecycleInvocationprotected AbstractInterceptorVisitor.Invocation<PostFragmentLifecycle>StaticProxyInterceptor. postFragmentLifecycleInvocationprotected AbstractInterceptorVisitor.Invocation<Visitor>StaticProxyInterceptor. preExecutionLifecyleInvocationMethods in org.smooks.engine.delivery.interceptor with parameters of type AbstractInterceptorVisitor.Invocation Modifier and Type Method Description protected <T extends Visitor>
ObjectAbstractInterceptorVisitor. intercept(AbstractInterceptorVisitor.Invocation<T> invocation, Object... args)protected <T extends Visitor>
voidStreamSinkWriterInterceptor. intercept(AbstractInterceptorVisitor.Invocation<T> invocation, org.smooks.engine.delivery.interceptor.StreamSinkWriterInterceptor.StreamSinkWriterDelegateNode streamResultWriterDelegateNode, ExecutionContext executionContext) -
Uses of AbstractInterceptorVisitor.Invocation in org.smooks.management
Methods in org.smooks.management with parameters of type AbstractInterceptorVisitor.Invocation Modifier and Type Method Description protected <T extends Visitor>
voidInstrumentationInterceptor. manageVisit(AbstractInterceptorVisitor.Invocation<T> invocation, Node node, ExecutionContext executionContext)
-