public class SelectBeanTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
SelectBeanTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag()
Render the end of the hyperlink.
|
int |
doStartTag()
Render the beginning of the hyperlink.
|
String |
getActionClass()
Getter for property actionClass.
|
String |
getName()
Return the attribute name.
|
String |
getParameter()
Getter for property parameter.
|
String |
getTarget()
Getter for property target.
|
void |
release()
Release any acquired resources.
|
void |
setActionClass(String actionClass)
Setter for property actionClass.
|
void |
setName(String name)
Set the attribute name.
|
void |
setParameter(String parameter)
Setter for property parameter.
|
void |
setTarget(String target)
Setter for property target.
|
public String getName()
public void setName(String name)
name - The new attribute namepublic String getActionClass()
public void setActionClass(String actionClass)
action - New value of property actionClass.public String getTarget()
public void setTarget(String target)
target - New value of property target.public String getParameter()
public void setParameter(String parameter)
parameter - New value of property parameter.public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - if a JSP exception has occurredpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportCopyright © 2018 B3Partners B.V.. All rights reserved.