Class GetCAConfigResourceTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.sling.scripting.jsp.taglib.AbstractCATag
org.apache.sling.scripting.jsp.taglib.GetCAConfigResourceTag
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
Tag for retrieving Context-Aware Configuration resources for a specified
resource, bucket and name.
- 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.Methods inherited from class org.apache.sling.scripting.jsp.taglib.AbstractCATag
getBucket, getName, getResource, getVar, setBucket, setName, setResource, setVarMethods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
GetCAConfigResourceTag
public GetCAConfigResourceTag()
-
-
Method Details
-
doEndTag
public int doEndTag()Description copied from class:TagSupportDefault processing of the end tag returning EVAL_PAGE.- Specified by:
doEndTagin interfaceTag- Overrides:
doEndTagin classTagSupport- Returns:
- EVAL_PAGE
- See Also:
-