Class JSPVersionTag

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.deltava.taglib.diag.JSPVersionTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class JSPVersionTag extends TagSupport
A JSP tag to display the JSP API version.
Since:
2.2
Version:
7.0
Author:
Luke
See Also:
  • Constructor Details

    • JSPVersionTag

      public JSPVersionTag()
  • Method Details

    • doEndTag

      public int doEndTag() throws JspException
      Renders the JSP engine version to the JSP output stream.
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class TagSupport
      Returns:
      TagSupport.EVAL_PAGE always
      Throws:
      JspException - if an I/O error occurs