Parameter Class
- public class Parameter
extends AbstractBaseTag
Writes a URL parameter to a URL on its parent tag. The parent tag must implement URLParams.
Attribute Descriptions |
Attribute | Required | Runtime Expression Evaluation |
Data Bindable |
name | Yes | No | No |
The name of the parameter. |
value | Yes | No | Read Only |
A literal value or an expression that resolves to a bean property. |
Related Topics
<netui:parameter> Tag Sample
ParameterMap
-
Hierarchy
-
Object
TagSupport
BodyTagSupport
AbstractBaseTag
Parameter
-
All Implemented Interfaces
-
BodyTag
, IterationTag
, Serializable
, Tag
Fields from com.bea.wlw.netui.tags.AbstractBaseTag |
ATTR_GENERAL , ATTR_GENERAL_EXPRESSION , ATTR_JAVASCRIPT , ATTR_STYLE , CLASS , ID , JAVASCRIPT_STATUS , NAME , NETUI_UNIQUE_CNT , ONCLICK , ONDBLCLICK , ONKEYDOWN , ONKEYPRESS , ONKEYUP , ONMOUSEDOWN , ONMOUSEMOVE , ONMOUSEOUT , ONMOUSEOVER , ONMOUSEUP , STYLE , TABINDEX
|
Methods from com.bea.wlw.netui.tags.AbstractBaseTag |
addTagIdMapping , evaluateAttributeToString , filter , filter , getJavaScriptUtils , getNearestForm , getScriptReporter , getUserLocale , registerTagError , release , renderAttribute , rewriteName , write
|
Methods from javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String
name
paramValue
protected Object
paramValue
value
protected String
value
Parameter
public Parameter()
doStartTag() Method
public int doStartTag()
throws JspException
Add the URL parameter to the Parameter's parent.
-
Overrides
-
BodyTagSupport.doStartTag()
Exceptions
-
JspException
- if a JSP exception has occurred
getName() Method
public String
getName()
Gets the name of the URL parameter.
Returns
- the parameter name.
getTagName() Method
public String
getTagName()
Return the name of the Tag.
-
Overrides
-
AbstractBaseTag.getTagName()
getValue() Method
public String
getValue()
Gets the value of the URL parameter.
Returns
- the parameter value.
localRelease() Method
protected void localRelease()
Release any acquired resources.
-
Overrides
-
AbstractBaseTag.localRelease()
setName(String) Method
public void setName(String
name)
Sets the name of the URL parameter.
Parameters
-
name
- - the parameter name.
setValue(String) Method
public void setValue(String
value)
Sets the value of the URL parameter. This can be an expression.
Parameters
-
value
- - the parameter value.