com.raritantechnologies.prefs.taglibrary
Class GetDropdown
java.lang.Object
BodyTagSupport
com.raritantechnologies.prefs.taglibrary.GetDropdown
- public class GetDropdown
- extends BodyTagSupport
JSP Custom Tag that renders a dropdown list of user preference choices. Obtains
the current selected value and dropdown select list 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 |
GetDropdown
public GetDropdown()
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)