Class SelectBeanTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class SelectBeanTag
    extends javax.servlet.jsp.tagext.TagSupport
    Version:
    $Revision: 1.4 $ $Date: 2003/04/30 14:32:45 $
    Author:
    Chris van Lith
    See Also:
    Serialized Form
    • Constructor Detail

      • SelectBeanTag

        public SelectBeanTag()
    • Method Detail

      • getName

        public String getName()
        Return the attribute name.
      • setName

        public void setName​(String name)
        Set the attribute name.
        Parameters:
        name - The new attribute name
      • getActionClass

        public String getActionClass()
        Getter for property actionClass.
        Returns:
        Value of property actionClass.
      • setActionClass

        public void setActionClass​(String actionClass)
        Setter for property actionClass.
        Parameters:
        action - New value of property actionClass.
      • getTarget

        public String getTarget()
        Getter for property target.
        Returns:
        Value of property target.
      • setTarget

        public void setTarget​(String target)
        Setter for property target.
        Parameters:
        target - New value of property target.
      • getParameter

        public String getParameter()
        Getter for property parameter.
        Returns:
        Value of property parameter.
      • setParameter

        public void setParameter​(String parameter)
        Setter for property parameter.
        Parameters:
        parameter - New value of property parameter.
      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Render the beginning of the hyperlink.
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.TagSupport
        Throws:
        javax.servlet.jsp.JspException - if a JSP exception has occurred
      • doEndTag

        public int doEndTag()
                     throws javax.servlet.jsp.JspException
        Render the end of the hyperlink.
        Specified by:
        doEndTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doEndTag in class javax.servlet.jsp.tagext.TagSupport
        Throws:
        javax.servlet.jsp.JspException - if a JSP exception has occurred
      • release

        public void release()
        Release any acquired resources.
        Specified by:
        release in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        release in class javax.servlet.jsp.tagext.TagSupport