Package com.adobe.granite.ui.tags
Class IncludeClientLibraryTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.adobe.granite.ui.tags.IncludeClientLibraryTag
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
Implements the
<ui:includeClientLib/> tag, a convenience
wrapper for the HtmlLibraryManager service.- 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.voidsetCategories(String categories) voidvoidvoidsetPageContext(PageContext pageContext) Set the page context.voidvoidsetThemed(boolean themed) Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setParent, setValue
-
Constructor Details
-
IncludeClientLibraryTag
public IncludeClientLibraryTag()
-
-
Method Details
-
setPageContext
Description copied from class:TagSupportSet the page context.- Specified by:
setPageContextin interfaceTag- Overrides:
setPageContextin classTagSupport- Parameters:
pageContext- The PageContext.- See Also:
-
setCategories
-
setJs
-
setCss
-
setTheme
-
setThemed
public void setThemed(boolean themed) -
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:
-