Class URLParameterTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.gatein.pc.portlet.impl.jsr168.taglib.URLParameterTag
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
URLParameter286Tag
public class URLParameterTag
extends javax.servlet.jsp.tagext.TagSupport
The additional parameters definitions for the actionURL and renderURL tags for the JSR 168 Portlet specification.
- Version:
- $Revision: 5448 $
- Author:
- Sherman Wood
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
URLParameterTag
public URLParameterTag()
-
-
Method Details
-
getName
The name of the parameter to add to the URL. If null or empty, no action is performed.- Returns:
- Returns the name.
-
setName
- Parameters:
name- The name to set.
-
getValue
The value of the parameter to add to the URL. If null, it is processed as an empty value.- Returns:
- Returns the value.
-
setValue
- Parameters:
value- The value to set.
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspExceptionNo body to process- Specified by:
doStartTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classjavax.servlet.jsp.tagext.TagSupport- Throws:
javax.servlet.jsp.JspException- See Also:
-
Tag.doStartTag()
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspExceptionInclude the parameter in the surround tag parameters- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.TagSupport- Throws:
javax.servlet.jsp.JspException- See Also:
-
Tag.doEndTag()
-