org.apache.beehive.netui.util.config.bean
Class PageFlowConfig

Object
  extended by PageFlowConfig

public class PageFlowConfig
extends Object


Constructor Summary
PageFlowConfig()
           
PageFlowConfig(Boolean enableSelfNesting, Boolean ensureSecureForwards, Boolean throwSessionExpiredException, Integer maxForwardsPerRequest, Integer maxNestingStackDepth, MultipartHandler multipartHandler, PreventCache preventCache, ModuleConfigLocatorConfig[] moduleConfigLocators)
           
 
Method Summary
 int getMaxForwardsPerRequest()
           
 int getMaxNestingStackDepth()
           
 ModuleConfigLocatorConfig[] getModuleConfigLocators()
           
 MultipartHandler getMultipartHandler()
           
 PreventCache getPreventCache()
           
 boolean isEnableSelfNesting()
           
 boolean isEnsureSecureForwards()
           
 boolean isThrowSessionExpiredException()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageFlowConfig

public PageFlowConfig()

PageFlowConfig

public PageFlowConfig(Boolean enableSelfNesting,
                      Boolean ensureSecureForwards,
                      Boolean throwSessionExpiredException,
                      Integer maxForwardsPerRequest,
                      Integer maxNestingStackDepth,
                      MultipartHandler multipartHandler,
                      PreventCache preventCache,
                      ModuleConfigLocatorConfig[] moduleConfigLocators)
Method Detail

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()