javax.faces.flow
Class FlowHandlerFactoryWrapper
java.lang.Object
javax.faces.flow.FlowHandlerFactory
javax.faces.flow.FlowHandlerFactoryWrapper
- All Implemented Interfaces:
- FacesWrapper<FlowHandlerFactory>
public abstract class FlowHandlerFactoryWrapper
- extends FlowHandlerFactory
- implements FacesWrapper<FlowHandlerFactory>
- Since:
- 2.2
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowHandlerFactoryWrapper
public FlowHandlerFactoryWrapper()
createFlowHandler
public FlowHandler createFlowHandler(FacesContext context)
- Specified by:
createFlowHandler
in class FlowHandlerFactory
getWrapped
public abstract FlowHandlerFactory 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 interface FacesWrapper<FlowHandlerFactory>
- Returns:
- the instance of the class being wrapped
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.