| java.lang.Object javax.servlet.GenericServlet org.gomba.ErrorServlet
ErrorServlet | public class ErrorServlet extends GenericServlet (Code) | | Servlet implemetation to be used as an "error page".
- doctype-public
- Specifies the public identifier to be used in the document type
declaration. If the doctype-system init-param is not set, then the
doctype-public init-param is ignored. (Optional)
- doctype-system
- Specifies the system identifier to be used in the document type
declaration. (Optional)
- media-type
- The resource MIME content type. Defaults to "text/xml" (Optional)
- xslt
- The XSLT stylesheet to apply to the default XML output. (Optional)
- xslt-params
- XSLT parameters in Java Properties format. (Optional)
author: Flavio Tordini version: $Id: ErrorServlet.java,v 1.2 2005/07/06 10:25:00 flaviotordini Exp $ |
|
|