Class IncludeJSPluginTag

  • All Implemented Interfaces:
    javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

    public class IncludeJSPluginTag
    extends javax.servlet.jsp.tagext.SimpleTagSupport
    This tag is for including javascript plugins with their stylesheets.
    • Constructor Detail

      • IncludeJSPluginTag

        public IncludeJSPluginTag()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String plugin)
      • doTag

        public void doTag()
                   throws javax.servlet.jsp.JspException,
                          IOException
        Specified by:
        doTag in interface javax.servlet.jsp.tagext.SimpleTag
        Overrides:
        doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
        Throws:
        javax.servlet.jsp.JspException
        IOException
      • getLookHelper

        protected LookHelper getLookHelper()
      • getLanguage

        protected String getLanguage()
      • getRequestAttribute

        protected <T> T getRequestAttribute​(String name)
      • getSessionAttribute

        protected <T> T getSessionAttribute​(String name)