Uses of Class
jakarta.faces.flow.FlowHandlerFactory
-
Packages that use FlowHandlerFactory Package Description jakarta.faces.flow -
-
Uses of FlowHandlerFactory in jakarta.faces.flow
Subclasses of FlowHandlerFactory in jakarta.faces.flow Modifier and Type Class Description class
FlowHandlerFactoryWrapper
FlowHandlerFactoryWrapper provides a simple implementation ofFlowHandlerFactory
that can be subclassed by developers wishing to provide specialized behavior to an existingFlowHandlerFactory
instance.Methods in jakarta.faces.flow that return FlowHandlerFactory Modifier and Type Method Description FlowHandlerFactory
FlowHandlerFactoryWrapper. getWrapped()
Constructors in jakarta.faces.flow with parameters of type FlowHandlerFactory Constructor Description FlowHandlerFactoryWrapper(FlowHandlerFactory wrapped)
If this flow handler factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-