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:
java.io.Serializable,IterationTag,JspTag,Tag
public class IncludeClientLibraryTag extends TagSupport
Implements the<ui:includeClientLib/>tag, a convenience wrapper for theHtmlLibraryManagerservice.- 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 IncludeClientLibraryTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()Default processing of the end tag returning EVAL_PAGE.voidsetCategories(java.lang.String categories)voidsetCss(java.lang.String css)voidsetJs(java.lang.String js)voidsetPageContext(PageContext pageContext)Set the page context.voidsetTheme(java.lang.String theme)voidsetThemed(boolean themed)-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, 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)
-
setCategories
public void setCategories(java.lang.String categories)
-
setJs
public void setJs(java.lang.String js)
-
setCss
public void setCss(java.lang.String css)
-
setTheme
public void setTheme(java.lang.String theme)
-
setThemed
public void setThemed(boolean themed)
-
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()
-
-