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

Object
  extended by LegacySettings
All Implemented Interfaces:
Serializable, PageFlowConstants

public class LegacySettings
extends Object
implements Serializable, PageFlowConstants

See Also:
Serialized Form

Field Summary
static int serialVersionUID
           
 
Fields inherited from interface PageFlowConstants
ACTION_EXTENSION, ACTION_OVERRIDE, AUTO_VIEW_RENDER_FORWARD_NAME, BEGIN_ACTION_NAME, DEFAULT_FORWARD_OVERFLOW_COUNT, DEFAULT_NESTING_OVERFLOW_COUNT, FORWARD_OVERFLOW_COUNT_PARAM, GLOBALAPP_CLASSNAME, GLOBALAPP_SOURCEFILE_NAME, JPF_EXTENSION, JPF_MODULE_CONFIG_EXTENSION, JPF_MODULE_CONFIG_GEN_DIR, JPF_MODULE_CONFIG_PREFIX, NESTING_OVERFLOW_COUNT_PARAM, PAGEFLOW_EXTENSION, PAGEFLOW_MODULE_CONFIG_EXTENSION, PAGEFLOW_MODULE_CONFIG_GEN_DIR, PAGEFLOW_MODULE_CONFIG_PREFIX, SECURE_FORWARDS_PARAM
 
Method Summary
static LegacySettings get(ServletContext servletContext)
           
 int getForwardOverflowCount()
           
 int getNestingOverflowCount()
           
static LegacySettings init(ServletContext servletContext)
           
 boolean shouldDoSecureForwards()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final int serialVersionUID
See Also:
Constant Field Values
Method Detail

get

public static LegacySettings get(ServletContext servletContext)

init

public static LegacySettings init(ServletContext servletContext)

shouldDoSecureForwards

public boolean shouldDoSecureForwards()

getForwardOverflowCount

public int getForwardOverflowCount()

getNestingOverflowCount

public int getNestingOverflowCount()