|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.flow.FlowHandlerFactory
javax.faces.flow.FlowHandlerFactoryWrapper
public abstract class FlowHandlerFactoryWrapper
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 Summary | |
|---|---|
FlowHandlerFactoryWrapper()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowHandlerFactoryWrapper()
| Method Detail |
|---|
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 FlowHandlerFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||