org.apache.beehive.netui.pageflow
Class PageFlowStack.PushedPageFlow
Object
PageFlowStack.PushedPageFlow
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- PageFlowStack
public static class PageFlowStack.PushedPageFlow
- extends Object
- implements Serializable
Wrapper that contains a pushed page flow and information related to it.
- See Also:
- Serialized Form
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PageFlowStack.PushedPageFlow
public PageFlowStack.PushedPageFlow(PageFlowController pageFlow)
PageFlowStack.PushedPageFlow
public PageFlowStack.PushedPageFlow(PageFlowController pageFlow,
ActionInterceptor interceptor,
InterceptorForward interceptedFwd,
String interceptedActionName)
getPageFlow
public PageFlowController getPageFlow()
getInterceptor
public ActionInterceptor getInterceptor()
getInterceptedForward
public InterceptorForward getInterceptedForward()
getInterceptedActionName
public String getInterceptedActionName()
toString
public String toString()
- Overrides:
toString
in class Object