com.heckmansoft.surjey.view
Class RenderQuestionsTagHandler
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.heckmansoft.surjey.view.RenderQuestionsTagHandler
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class RenderQuestionsTagHandler
- extends javax.servlet.jsp.tagext.TagSupport
Helper class for rendering a question.
This is the Tag Handler class for a Tag Extension as defined
in the JSP Specification.
- See Also:
TagSupport,
Serialized Form
| 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 |
|
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 |
RenderQuestionsTagHandler
public RenderQuestionsTagHandler()
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.