com.raritantechnologies.prefs.taglibrary
Class GetCheckbox
java.lang.Object
BodyTagSupport
com.raritantechnologies.prefs.taglibrary.GetCheckbox
- public class GetCheckbox
- extends BodyTagSupport
JSP Custom tag that renders a checkbox for a user preference field. Gets the
current value from a session data cached PreferencesBean of
the name specified in the JSP tag "beanName" attribute.
Developed by
Raritan Technologies .
- Author:
- Glenn Robitaille
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetCheckbox
public GetCheckbox()
doStartTag
public int doStartTag()
doAfterBody
public int doAfterBody()
throws JspException
- Throws:
JspException
getBeanName
public java.lang.String getBeanName()
setBeanName
public void setBeanName(java.lang.String beanName)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)