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:
java.io.Serializable,IterationTag,JspTag,Tag
public class ContextProfileLinkTag extends TagSupport
Implements the<personalisation:contextProfileLink/>tag AdobePatentID="B1393"- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
-
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
-
Constructor Summary
Constructors Constructor Description ContextProfileLinkTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()Default processing of the end tag returning EVAL_PAGE.voidsetDisplayValue(java.lang.String displayValue)voidsetDisplayValuePropertyName(java.lang.String displayValuePropertyName)voidsetHref(java.lang.String href)voidsetId(java.lang.String id)Set the id attribute for this tag.voidsetPageContext(PageContext pageContext)Set the page context.voidsetPrefix(java.lang.String prefix)voidsetStore(java.lang.String store)voidsetSuffix(java.lang.String suffix)-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setParent, setValue
-
-
-
-
Method Detail
-
setPageContext
public void setPageContext(PageContext pageContext)
Description copied from class:TagSupportSet the page context.- Specified by:
setPageContextin interfaceTag- Overrides:
setPageContextin classTagSupport- Parameters:
pageContext- The PageContext.- See Also:
Tag.setPageContext(javax.servlet.jsp.PageContext)
-
setHref
public void setHref(java.lang.String href)
-
setDisplayValue
public void setDisplayValue(java.lang.String displayValue)
-
setDisplayValuePropertyName
public void setDisplayValuePropertyName(java.lang.String displayValuePropertyName)
-
setId
public void setId(java.lang.String id)
Description copied from class:TagSupportSet the id attribute for this tag.- Overrides:
setIdin classTagSupport- Parameters:
id- The String for the id.
-
setStore
public void setStore(java.lang.String store)
-
setPrefix
public void setPrefix(java.lang.String prefix)
-
setSuffix
public void setSuffix(java.lang.String suffix)
-
doEndTag
public int doEndTag() throws JspExceptionDescription 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:
Tag.doEndTag()
-
-