javax.faces.flow
Class FlowHandlerFactoryWrapper

java.lang.Object
  extended by javax.faces.flow.FlowHandlerFactory
      extended by javax.faces.flow.FlowHandlerFactoryWrapper
All Implemented Interfaces:
FacesWrapper<FlowHandlerFactory>

public abstract class FlowHandlerFactoryWrapper
extends FlowHandlerFactory
implements FacesWrapper<FlowHandlerFactory>

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
FlowHandlerFactoryWrapper()
           
 
Method Summary
 FlowHandler createFlowHandler(FacesContext context)
           
abstract  FlowHandlerFactory getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowHandlerFactoryWrapper

public FlowHandlerFactoryWrapper()
Method Detail

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.