org.apache.beehive.netui.pageflow
Class PageFlowStack.PushedPageFlow

Object
  extended by 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

Constructor Summary
PageFlowStack.PushedPageFlow(PageFlowController pageFlow)
           
PageFlowStack.PushedPageFlow(PageFlowController pageFlow, ActionInterceptor interceptor, InterceptorForward interceptedFwd, String interceptedActionName)
           
 
Method Summary
 String getInterceptedActionName()
           
 InterceptorForward getInterceptedForward()
           
 ActionInterceptor getInterceptor()
           
 PageFlowController getPageFlow()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageFlowStack.PushedPageFlow

public PageFlowStack.PushedPageFlow(PageFlowController pageFlow)

PageFlowStack.PushedPageFlow

public PageFlowStack.PushedPageFlow(PageFlowController pageFlow,
                                    ActionInterceptor interceptor,
                                    InterceptorForward interceptedFwd,
                                    String interceptedActionName)
Method Detail

getPageFlow

public PageFlowController getPageFlow()

getInterceptor

public ActionInterceptor getInterceptor()

getInterceptedForward

public InterceptorForward getInterceptedForward()

getInterceptedActionName

public String getInterceptedActionName()