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
-
ClassesClassDescriptionThe
<hs:cause>
tag returns the cause (if any) for the current HTTP Status Error Code.The<hs:code>
tag returns the HTTP Status Error Code.The<hs:message>
tag returns the message (if any) for the current error.The<hs:reason>
tag returns the Reason Phrase for the current (or specified) HTTP Status Error Code.Adds support for thedefault
andescapeXml
tag attributes.