com.intersys.jsp
Class ObjectTagSupport

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

public class ObjectTagSupport
extends TagSupport

Base class for all tags that relate to a single object.

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
ObjectTagSupport()
           
 
Method Summary
 String getClassname()
           
 String getId()
           
 void releaseRequestAttributes()
           
 void setClassname(String cls)
           
 void setId(String id)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, 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

ObjectTagSupport

public ObjectTagSupport()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getClassname

public String getClassname()

setClassname

public void setClassname(String cls)

releaseRequestAttributes

public void releaseRequestAttributes()