org.apache.beehive.netui.compiler.model
Class ExceptionModel

Object
  extended by StrutsElementSupport
      extended by ExceptionModel
Direct Known Subclasses:
GenExceptionModel

public class ExceptionModel
extends StrutsElementSupport


Constructor Summary
  ExceptionModel(String type, String path, String handlerMethod, String message, String messageKey, StrutsApp parentApp)
           
protected ExceptionModel(StrutsApp parentApp)
           
 
Method Summary
 String getHandlerClass()
           
 String getHandlerMethod()
           
 String getMessage()
           
 String getMessageKey()
           
 String getPath()
           
 String getType()
           
 boolean isReadonly()
           
 void setHandlerClass(String handlerClass)
           
 void setHandlerMethod(String handlerMethod)
           
 void setMessage(String message)
           
 void setMessageKey(String messageKey)
           
 void setPath(String path)
           
 void setReadonly(boolean readonly)
           
 void setType(String type)
           
 void writeToXMLBean(ExceptionDocument.Exception xb)
           
 
Methods inherited from class StrutsElementSupport
addComment, getAttr, getAttrBool, getClassName, getComment, getDescription, getDisplayName, getIcon, getParentApp, getProperty, setClassName, setComment, setDescription, setDisplayName, setIcon, setParentApp, setProperty
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionModel

protected ExceptionModel(StrutsApp parentApp)

ExceptionModel

public ExceptionModel(String type,
                      String path,
                      String handlerMethod,
                      String message,
                      String messageKey,
                      StrutsApp parentApp)
Method Detail

getType

public String getType()

setType

public void setType(String type)

getPath

public String getPath()

setPath

public void setPath(String path)

getHandlerMethod

public String getHandlerMethod()

setHandlerMethod

public void setHandlerMethod(String handlerMethod)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getMessageKey

public String getMessageKey()

setMessageKey

public void setMessageKey(String messageKey)

getHandlerClass

public String getHandlerClass()

setHandlerClass

public void setHandlerClass(String handlerClass)

writeToXMLBean

public void writeToXMLBean(ExceptionDocument.Exception xb)

isReadonly

public boolean isReadonly()

setReadonly

public void setReadonly(boolean readonly)