Package com.day.cq.wcm.tags
Class AddParamTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.day.cq.wcm.tags.AddParamTag
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
AddParamTag may be used inside a RequestURLTag to add
a parameter to the URL.- See Also:
-
Field Summary
Fields 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, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
AddParamTag
public AddParamTag()
-
-
Method Details
-
doEndTag
Description copied from class:TagSupportDefault processing of the end tag returning EVAL_PAGE.- Specified by:
doEndTagin interfaceTag- Overrides:
doEndTagin classTagSupport- Returns:
- EVAL_PAGE
- Throws:
JspException- if an error occurs while processing this tag- See Also:
-
release
public void release()Do some clean up.- Specified by:
releasein interfaceTag- Overrides:
releasein classTagSupport- See Also:
-
getName
-
setName
- Throws:
ELException
-
getValue
-
setValue
- Throws:
ELException
-