com.intersys.jsp
Class SetTag

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

public class SetTag
extends ObjectTagSupport

Changes values of object property in database. No HTML elements are created.

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
SetTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getField()
           
 String getOref()
           
 String getOrefclass()
           
 void releaseRequestAttributes()
           
 void setField(String f)
           
 void setOref(String f)
           
 void setOrefclass(String f)
           
 
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

SetTag

public SetTag()
Method Detail

releaseRequestAttributes

public void releaseRequestAttributes()
Overrides:
releaseRequestAttributes in class ObjectTagSupport

getField

public String getField()

setField

public void setField(String f)

getOref

public String getOref()

setOref

public void setOref(String f)

getOrefclass

public String getOrefclass()

setOrefclass

public void setOrefclass(String f)

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException