com.arsdigita.acs.tags
Class TemplateContractTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.arsdigita.acs.tags.TemplateContractTag
All Implemented Interfaces:
Serializable, Tag

public class TemplateContractTag
extends TagSupport
implements Tag

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
TemplateContractTag()
           
 
Method Summary
 void addComplaint(String s)
           
 int doEndTag()
          Process the end tag.
 int doStartTag()
          Process the start tag for this instance.
 void setVars(String s)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, release, setPageContext, setParent
 

Constructor Detail

TemplateContractTag

public TemplateContractTag()
Method Detail

setVars

public void setVars(String s)

addComplaint

public void addComplaint(String s)

doStartTag

public int doStartTag()
               throws JspException
Description copied from interface: Tag
Process the start tag for this instance.
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Following copied from interface: javax.servlet.jsp.tagext.Tag
See Also:
BodyTag

doEndTag

public int doEndTag()
             throws JspException
Description copied from interface: Tag
Process the end tag. This method will be called on all Tag objects.
Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class TagSupport