com.intersys.jsp
Class NewTag

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

public class NewTag
extends DumpTag

Creates HTML edit form to construct a new object in Database.

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
NewTag()
           
 
Method Summary
 int doEndTag()
           
 String getEditURL()
           
 void setEditURL(String v)
           
 
Methods inherited from class com.intersys.jsp.DumpTag
doStartTag, getEdittext, getReadonly, getSave, getViewtext, releaseRequestAttributes, setEdittext, setReadonly, setSave, setViewtext
 
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

NewTag

public NewTag()
Method Detail

setEditURL

public void setEditURL(String v)

doEndTag

public int doEndTag()
             throws JspException
Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class DumpTag
Throws:
JspException

getEditURL

public String getEditURL()