com.heckmansoft.surjey.view
Class RenderSectionsTagHandler

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.heckmansoft.surjey.view.RenderSectionsTagHandler
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class RenderSectionsTagHandler
extends javax.servlet.jsp.tagext.TagSupport

Helper class for rendering a section. This is the Tag Handler class for a Tag Extension as defined in the JSP Specification.

See Also:
TagSupport, Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
RenderSectionsTagHandler()
           
 
Method Summary
 int doAfterBody()
           
 int doStartTag()
           
 java.lang.String getUse()
          Get the value of use.
 java.lang.String getVar()
          Get the value of var.
 void setUse(java.lang.String use)
          Set the value of use.
 void setVar(java.lang.String var)
          Set the value of var.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, 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
 

Constructor Detail

RenderSectionsTagHandler

public RenderSectionsTagHandler()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException
See Also:
TagSupport.doStartTag()

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException
See Also:
TagSupport.doAfterBody()

getVar

public java.lang.String getVar()
Get the value of var.


setVar

public void setVar(java.lang.String var)
Set the value of var.


getUse

public java.lang.String getUse()
Get the value of use.


setUse

public void setUse(java.lang.String use)
Set the value of use.