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

Object
  extended by ExceptionConfig
      extended by PageFlowExceptionConfig
All Implemented Interfaces:
Serializable

public class PageFlowExceptionConfig
extends ExceptionConfig

Customization of the standard Struts class that corrresponds to .

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