Package net.thauvin.erik.httpstatus.taglibs


package net.thauvin.erik.httpstatus.taglibs
This package contains the JSP tags used to display the code, reason and/or cause for HTTP status codes.
Since:
1.0
Author:
Erik C. Thauvin>
  • Classes
    Class
    Description
    Outputs the cause (if any) of the current HTTP status error.
    Outputs the HTTP status code associated with the current error being processed by the JSP container.
    Outputs the error message associated with the current HTTP status error.
    Outputs the HTTP status Reason Phrase for either the explicitly supplied status code or, when none is provided, the status code associated with the current error being processed by the JSP container.
    Base class providing support for the default and escapeXml attributes shared by several tags in the HttpStatus tag library.