Class ClientlibTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class ClientlibTag
    extends CpnlBodyTagSupport
    A tag build references to styles and script files. Renders either links to individual files, client libraries containing several embedded files or client library categories containing embedded files for a category of client libraries.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientlibTag

        public ClientlibTag()
    • Method Detail

      • setType

        public void setType​(String type)
      • setPath

        public void setPath​(String path)
      • setCategory

        public void setCategory​(String category)
      • setTest

        public void setTest​(Object value)
        the 'test' expression for conditional tags
      • getTestResult

        protected boolean getTestResult()
        evaluates the test expression if present and returns the evaluation result; default: 'true'
      • clear

        protected void clear()
        Description copied from class: CpnlBodyTagSupport
        Reset all member variables to the (default) start values. Called prior processing the tag and at release time.
        Overrides:
        clear in class CpnlBodyTagSupport
      • doEndTag

        public int doEndTag()
                     throws javax.servlet.jsp.JspException
        Specified by:
        doEndTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
        Throws:
        javax.servlet.jsp.JspException