com.raritantechnologies.prefs.taglibrary
Class GetDropdown

java.lang.Object
  extended byBodyTagSupport
      extended bycom.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

Constructor Summary
GetDropdown()
           
 
Method Summary
 int doAfterBody()
           
 int doStartTag()
           
 java.lang.String getBeanName()
           
 java.lang.String getName()
           
 void setBeanName(java.lang.String beanName)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDropdown

public GetDropdown()
Method Detail

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)