org.jasig.portal.portlet.delegation.jsp
Class ParamTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.jasig.portal.portlet.delegation.jsp.ParamTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class ParamTag
- extends TagSupport
Parameter tag, uses the ParameterizableTag as a parent to add parameters
- Version:
- $Revision$
- Author:
- Eric Dalquist
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamTag
public ParamTag()
doStartTag
public int doStartTag()
throws JspException
- Processes the
param tag.
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class TagSupport
- Returns:
SKIP_BODY
- Throws:
JspException
getName
public String getName()
- Returns the name.
- Returns:
- String
getValue
public String getValue()
- Returns the value.
- Returns:
- String
setName
public void setName(String name)
- Sets the name.
- Parameters:
name - The name to set
setValue
public void setValue(String value)
- Sets the value.
- Parameters:
value - The value to set
Copyright © 2010 Jasig. All Rights Reserved.