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.
getWrapped() to
 return the instance being wrapping.
| Constructor and Description | 
|---|
| FlowHandlerFactoryWrapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| FlowHandler | createFlowHandler(FacesContext context)Create the singleton instance of
  | 
| abstract FlowHandlerFactory | getWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped. | 
public abstract FlowHandlerFactory getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped.
getWrapped in interface FacesWrapper<FlowHandlerFactory>public FlowHandler createFlowHandler(FacesContext context)
FlowHandlerFactoryCreate the singleton instance of
 FlowHandler.
createFlowHandler in class FlowHandlerFactoryCopyright © 2017 JBoss by Red Hat. All rights reserved.