Package jakarta.faces.flow
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>
- Since:
- 2.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFlowHandler
(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.
-
Constructor Details
-
FlowHandlerFactoryWrapper
Deprecated. -
FlowHandlerFactoryWrapper
-
-
Method Details
-
createFlowHandler
- Specified by:
createFlowHandler
in classFlowHandlerFactory
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<FlowHandlerFactory>
- Returns:
- the instance of the class being wrapped
-