Package com.day.cq.personalization.tags
Class ContextProfileLinkTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.day.cq.personalization.tags.ContextProfileLinkTag
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
Implements the
<personalisation:contextProfileLink/> tag AdobePatentID="B1393"- 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
Modifier and TypeMethodDescriptionintdoEndTag()Default processing of the end tag returning EVAL_PAGE.voidsetDisplayValue(String displayValue) voidsetDisplayValuePropertyName(String displayValuePropertyName) voidvoidSet the id attribute for this tag.voidsetPageContext(PageContext pageContext) Set the page context.voidvoidvoidMethods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setParent, setValue
-
Constructor Details
-
ContextProfileLinkTag
public ContextProfileLinkTag()
-
-
Method Details
-
setPageContext
Description copied from class:TagSupportSet the page context.- Specified by:
setPageContextin interfaceTag- Overrides:
setPageContextin classTagSupport- Parameters:
pageContext- The PageContext.- See Also:
-
setHref
-
setDisplayValue
-
setDisplayValuePropertyName
-
setId
Description copied from class:TagSupportSet the id attribute for this tag.- Overrides:
setIdin classTagSupport- Parameters:
id- The String for the id.
-
setStore
-
setPrefix
-
setSuffix
-
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:
-