org.apache.beehive.netui.pageflow.internal
Class ContextCache

Object
  extended by ContextCache
All Implemented Interfaces:
Serializable, PageFlowConstants

public class ContextCache
extends Object
implements Serializable, PageFlowConstants

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface PageFlowConstants
ACTION_EXTENSION, ACTION_OVERRIDE, BEGIN_ACTION_NAME, DEFAULT_FORWARD_OVERFLOW_COUNT, DEFAULT_NESTING_OVERFLOW_COUNT, FORWARD_OVERFLOW_COUNT_PARAM, GLOBALAPP_CLASSNAME, GLOBALAPP_SOURCEFILE_NAME, HTTP_REDIRECTOR_PARAM, JPF_EXTENSION, JPF_MODULE_CONFIG_EXTENSION, JPF_MODULE_CONFIG_GEN_DIR, JPF_MODULE_CONFIG_PREFIX, LOGIN_HANDLER_PARAM, NESTING_OVERFLOW_COUNT_PARAM, SECURE_FORWARDS_PARAM
 
Method Summary
static ContextCache get(ServletContext servletContext)
           
 ExceptionsHandler getExceptionsHandler()
           
 int getForwardOverflowCount()
           
 ForwardRedirectHandler getForwardRedirectHandler()
           
 LoginHandler getLoginHandler()
           
 int getNestingOverflowCount()
           
 ReloadableClassHandler getReloadableClassHandler()
           
 ServerAdapter getServerAdapter()
           
static ContextCache init(ServletContext servletContext)
           
 boolean shouldDoSecureForwards()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getForwardRedirectHandler

public ForwardRedirectHandler getForwardRedirectHandler()

getLoginHandler

public LoginHandler getLoginHandler()

getReloadableClassHandler

public ReloadableClassHandler getReloadableClassHandler()

getExceptionsHandler

public ExceptionsHandler getExceptionsHandler()

get

public static ContextCache get(ServletContext servletContext)

init

public static ContextCache init(ServletContext servletContext)

shouldDoSecureForwards

public boolean shouldDoSecureForwards()

getForwardOverflowCount

public int getForwardOverflowCount()

getNestingOverflowCount

public int getNestingOverflowCount()

getServerAdapter

public ServerAdapter getServerAdapter()