com.cl.taglibs.isq
Class Option
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.cl.taglibs.isq.Option
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public class Option
- extends javax.servlet.jsp.tagext.SimpleTagSupport
|
Method Summary |
void |
doTag()
Called by the container to invoke this tag. |
java.lang.String |
getLabel()
|
java.lang.String |
getValue()
|
void |
setAttributes(java.util.Map value)
Setter for the attributes attribute. |
void |
setLabel(java.lang.String value)
Setter for the label attribute. |
void |
setValue(java.lang.String value)
Setter for the value attribute. |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Option
public Option()
doTag
public void doTag()
throws javax.servlet.jsp.JspException
- Called by the container to invoke this tag.
The implementation of this method is provided by the tag library developer,
and handles all tag processing, body iteration, etc.
- Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag- Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
- Throws:
javax.servlet.jsp.JspException
setValue
public void setValue(java.lang.String value)
- Setter for the value attribute.
setLabel
public void setLabel(java.lang.String value)
- Setter for the label attribute.
setAttributes
public void setAttributes(java.util.Map value)
- Setter for the attributes attribute.
getValue
public java.lang.String getValue()
getLabel
public java.lang.String getLabel()