com.raritantechnologies.prefs.taglibrary
Class GetTaxNodeDropdown
java.lang.Object
BodyTagSupport
com.raritantechnologies.prefs.taglibrary.GetTaxNodeDropdown
- public class GetTaxNodeDropdown
- extends BodyTagSupport
JSP Custom Tag that renders a dropdown list of taxonomy nodes
to use for user preferences. Gets the
current value from a session data cached PreferencesBean of
the name specified in the JSP tag "beanName" attribute.
The list will include:
- BLANK (root)
- current value from preferences table
- any other configured values from CONFIG.XML
- the currently-selected node
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 |
GetTaxNodeDropdown
public GetTaxNodeDropdown()
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)
getCurrentNodeParm
public java.lang.String getCurrentNodeParm()
setCurrentNodeParm
public void setCurrentNodeParm(java.lang.String currentNodeParm)