| org.apache.beehive.netui.pageflow.config.PageFlowExceptionConfig
All known Subclasses: org.apache.beehive.netui.pageflow.config.DelegatingExceptionConfig,
PageFlowExceptionConfig | public class PageFlowExceptionConfig extends ExceptionConfig (Code) | | Class to handle our extensions to the Struts <exception> element.
|
PageFlowExceptionConfig | public PageFlowExceptionConfig()(Code) | | |
getLocalPathsRelativeTo | public String getLocalPathsRelativeTo()(Code) | | Get a prefix directory path that all Forward local paths should be relative to. By default this is
null , which means that there is no forced prefix path.
|
isHandlerMethod | public boolean isHandlerMethod()(Code) | | |
isPathContextRelative | public boolean isPathContextRelative()(Code) | | |
isReadonly | public boolean isReadonly()(Code) | | |
setDefaultMessage | public void setDefaultMessage(String defaultMessage)(Code) | | |
setIsHandlerMethod | public void setIsHandlerMethod(boolean handlerMethod)(Code) | | |
setIsPathContextRelative | public void setIsPathContextRelative(boolean pathContextRelative)(Code) | | |
setReadonly | public void setReadonly(boolean readonly)(Code) | | |
|
|