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 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.

Since:
2.2

Constructor Summary
FlowHandlerFactoryWrapper(FlowHandlerFactory wrapped)
           
 
Method Summary
 FlowHandler createFlowHandler(FacesContext context)
          

Create the singleton instance of FlowHandler.

 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(FlowHandlerFactory wrapped)
Method Detail

getWrapped

public FlowHandlerFactory getWrapped()

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>
Since:
2.2

createFlowHandler

public FlowHandler createFlowHandler(FacesContext context)
Description copied from class: FlowHandlerFactory

Create the singleton instance of FlowHandler.

Specified by:
createFlowHandler in class FlowHandlerFactory


Copyright 2002-2010 Oracle America Inc, Inc. All Rights Reserved.