Class FlowHandlerFactoryWrapper

java.lang.Object
jakarta.faces.flow.FlowHandlerFactory
jakarta.faces.flow.FlowHandlerFactoryWrapper
All Implemented Interfaces:
FacesWrapper<FlowHandlerFactory>

public abstract class FlowHandlerFactoryWrapper
extends FlowHandlerFactory
implements FacesWrapper<FlowHandlerFactory>

FlowHandlerFactoryWrapper provides a simple implementation of FlowHandlerFactory that can be subclassed by developers wishing to provide specialized behavior to an existing FlowHandlerFactory instance. The default implementation of all methods is to call through to the wrapped FlowHandlerFactory instance.

Usage: extend this class and push the implementation being wrapped to the constructor and use getWrapped() to access the instance being wrapped.

Since:
2.2