org.apache.beehive.netui.pageflow.config
Class PageFlowExceptionConfig
Object
ExceptionConfig
PageFlowExceptionConfig
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DelegatingExceptionConfig
public class PageFlowExceptionConfig
- extends ExceptionConfig
Class to handle our extensions to the Struts <exception> element.
- See Also:
- Serialized Form
Fields inherited from class ExceptionConfig |
bundle, configured, handler, key, path, scope, type |
Methods inherited from class ExceptionConfig |
freeze, getBundle, getHandler, getKey, getPath, getScope, getType, setBundle, setHandler, setKey, setPath, setScope, setType, toString |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PageFlowExceptionConfig
public PageFlowExceptionConfig()
isHandlerMethod
public boolean isHandlerMethod()
setIsHandlerMethod
public void setIsHandlerMethod(boolean handlerMethod)
getDefaultMessage
public String getDefaultMessage()
setDefaultMessage
public void setDefaultMessage(String defaultMessage)
isPathContextRelative
public boolean isPathContextRelative()
setIsPathContextRelative
public void setIsPathContextRelative(boolean pathContextRelative)
isReadonly
public boolean isReadonly()
setReadonly
public void setReadonly(boolean readonly)
getLocalPathsRelativeTo
public String getLocalPathsRelativeTo()
- 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.