Uses of Interface
org.smooks.api.lifecycle.PostFragmentLifecycle
-
Packages that use PostFragmentLifecycle Package Description org.smooks.engine.delivery.dom DOM based Content Delivery.org.smooks.engine.delivery.interceptor org.smooks.io -
-
Uses of PostFragmentLifecycle in org.smooks.engine.delivery.dom
Methods in org.smooks.engine.delivery.dom that return types with arguments of type PostFragmentLifecycle Modifier and Type Method Description ContentHandlerBindingIndex<PostFragmentLifecycle>
DOMContentDeliveryConfig. getPostFragmentLifecycleIndex()
Method parameters in org.smooks.engine.delivery.dom with type arguments of type PostFragmentLifecycle Modifier and Type Method Description void
DOMContentDeliveryConfig. setPostFragmentLifecycleIndex(ContentHandlerBindingIndex<PostFragmentLifecycle> postFragmentLifecycleIndex)
-
Uses of PostFragmentLifecycle in org.smooks.engine.delivery.interceptor
Classes in org.smooks.engine.delivery.interceptor that implement PostFragmentLifecycle Modifier and Type Class Description class
StaticProxyInterceptor
Fields in org.smooks.engine.delivery.interceptor with type parameters of type PostFragmentLifecycle Modifier and Type Field Description protected AbstractInterceptorVisitor.Invocation<PostFragmentLifecycle>
StaticProxyInterceptor. postFragmentLifecycleInvocation
-
Uses of PostFragmentLifecycle in org.smooks.io
Classes in org.smooks.io that implement PostFragmentLifecycle Modifier and Type Class Description class
AbstractOutputStreamResource
AbstractOuputStreamResource is the base class for handling output stream resources in Smooks.
-