com.sun.grizzly.http.webxml.schema.version_2_4
Class ErrorCodeType
java.lang.Object
com.sun.grizzly.http.webxml.schema.version_2_4.XsdPositiveIntegerType
com.sun.grizzly.http.webxml.schema.version_2_4.ErrorCodeType
public class ErrorCodeType
- extends XsdPositiveIntegerType
The error-code contains an HTTP error code, ex: 404
Used in: error-page
Java class for error-codeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="error-codeType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/j2ee>xsdPositiveIntegerType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</simpleContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorCodeType
public ErrorCodeType()
Copyright © 2012 Oracle Corporation. All Rights Reserved.