com.intersys.jsp
Class DumpTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.intersys.jsp.ObjectTagSupport
          extended bycom.intersys.jsp.DumpTag
All Implemented Interfaces:
IterationTag, Serializable, Tag
Direct Known Subclasses:
NewTag

public class DumpTag
extends ObjectTagSupport

Dumps full content of object in HTML format.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
DumpTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getEdittext()
           
 String getReadonly()
           
 String getSave()
           
 String getViewtext()
           
 void releaseRequestAttributes()
           
 void setEdittext(String v)
           
 void setReadonly(String s)
           
 void setSave(String s)
           
 void setViewtext(String v)
           
 
Methods inherited from class com.intersys.jsp.ObjectTagSupport
getClassname, getId, setClassname, setId
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpTag

public DumpTag()
Method Detail

releaseRequestAttributes

public void releaseRequestAttributes()
Overrides:
releaseRequestAttributes in class ObjectTagSupport

getEdittext

public String getEdittext()

setEdittext

public void setEdittext(String v)

getViewtext

public String getViewtext()

setViewtext

public void setViewtext(String v)

getSave

public String getSave()

setSave

public void setSave(String s)

getReadonly

public String getReadonly()

setReadonly

public void setReadonly(String s)

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException