nl.imsystems.atag.tags
Class ParamTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
nl.imsystems.atag.tags.ATagBase
nl.imsystems.atag.tags.ParamTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag
public class ParamTag
- extends ATagBase
Tag handler for <a:param/>
tag.
<a:param/>
is used to pass custom parameters
from a reference into the target component or panel.
Attributes
Name
|
Required
|
Default
|
Description
|
name
|
Yes
|
|
Name of parameter
|
value
|
Yes
|
|
Value of parameter
|
Supported By
<a:panelRef/>
<a:componentRef/>
Param can be added to any of the above tags in order to
pass custom values into their target definitions.
Supports
<a:param/>
has no template body.
- Author:
- kayvan
- See Also:
- Serialized Form
Methods inherited from class nl.imsystems.atag.tags.ATagBase |
getAlias, getATagContext, getContextPath, getNamingContext, getParentTag, getRefererId, getRequest, getResponse, getTagId, popContext, pushContext, resolveRelativeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamTag
public ParamTag()
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class BodyTagSupport
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag
in interface Tag
- Overrides:
doEndTag
in class BodyTagSupport
- Throws:
JspException