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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateFlowHandler(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.
- 
Constructor Details- 
FlowHandlerFactoryWrapperDeprecated.
- 
FlowHandlerFactoryWrapper
 
- 
- 
Method Details- 
createFlowHandler- Specified by:
- createFlowHandlerin class- FlowHandlerFactory
 
- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<FlowHandlerFactory>
- Returns:
- the instance of the class being wrapped
 
 
-