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

Object
  extended by LegacySettings
All Implemented Interfaces:
Serializable

public class LegacySettings
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static int serialVersionUID
           
 
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()