org.apache.beehive.netui.util.config.bean
Class PageFlowConfig
Object
PageFlowConfig
public class PageFlowConfig
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageFlowConfig
public PageFlowConfig()
PageFlowConfig
public PageFlowConfig(Boolean enableSelfNesting,
Boolean ensureSecureForwards,
Boolean throwSessionExpiredException,
Integer maxForwardsPerRequest,
Integer maxNestingStackDepth,
MultipartHandler multipartHandler,
PreventCache preventCache,
ModuleConfigLocatorConfig[] moduleConfigLocators)
isEnableSelfNesting
public boolean isEnableSelfNesting()
isEnsureSecureForwards
public boolean isEnsureSecureForwards()
isThrowSessionExpiredException
public boolean isThrowSessionExpiredException()
getMaxForwardsPerRequest
public int getMaxForwardsPerRequest()
getMaxNestingStackDepth
public int getMaxNestingStackDepth()
getMultipartHandler
public MultipartHandler getMultipartHandler()
getPreventCache
public PreventCache getPreventCache()
getModuleConfigLocators
public ModuleConfigLocatorConfig[] getModuleConfigLocators()