Class ServletVersionTag

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

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

    • ServletVersionTag

      public ServletVersionTag()
  • Method Details

    • doEndTag

      public int doEndTag() throws JspException
      Renders the Servlet API 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