org.apache.beehive.netui.pageflow.config
Class PageFlowExceptionConfig

Object
  extended by ExceptionConfig
      extended by 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

Field Summary
 
Fields inherited from class ExceptionConfig
bundle, configured, handler, key, path, scope, type
 
Constructor Summary
PageFlowExceptionConfig()
           
 
Method Summary
 String getDefaultMessage()
           
 String getLocalPathsRelativeTo()
          Get a prefix directory path that all Forward local paths should be relative to.
 boolean isHandlerMethod()
           
 boolean isPathContextRelative()
           
 boolean isReadonly()
           
 void setDefaultMessage(String defaultMessage)
           
 void setIsHandlerMethod(boolean handlerMethod)
           
 void setIsPathContextRelative(boolean pathContextRelative)
           
 void setReadonly(boolean readonly)
           
 
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
 

Constructor Detail

PageFlowExceptionConfig

public PageFlowExceptionConfig()
Method Detail

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.