Serialized Form


Package javax.servlet

Class javax.servlet.GenericServlet implements Serializable

Class javax.servlet.ServletContextAttributeEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletContextEvent implements Serializable

Class javax.servlet.ServletException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.UnavailableException implements Serializable

Serialized Fields

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds


Package javax.servlet.http

Class javax.servlet.http.HttpServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.http.HttpSessionEvent implements Serializable


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.jsp.JspTagException implements Serializable


Package javax.servlet.jsp.jstl.core

Class javax.servlet.jsp.jstl.core.ConditionalTagSupport implements Serializable

Serialized Fields

result

boolean result

var

java.lang.String var

scope

int scope

Class javax.servlet.jsp.jstl.core.LoopTagSupport implements Serializable

Serialized Fields

begin

int begin
Starting index ('begin' attribute)

end

int end
Ending index ('end' attribute). -1 internally indicates 'no end specified', although accessors for the core JSTL tags do not allow this value to be supplied directly by the user.

step

int step
Iteration step ('step' attribute)

beginSpecified

boolean beginSpecified
Boolean flag indicating whether 'begin' was specified.

endSpecified

boolean endSpecified
Boolean flag indicating whether 'end' was specified.

stepSpecified

boolean stepSpecified
Boolean flag indicating whether 'step' was specified.

itemId

java.lang.String itemId
Attribute-exposing control

statusId

java.lang.String statusId
Attribute-exposing control

status

LoopTagStatus status

item

java.lang.Object item

index

int index

count

int count

last

boolean last


Package javax.servlet.jsp.tagext

Class javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

bodyContent

BodyContent bodyContent

Class javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

parent

Tag parent

values

java.util.Hashtable values

id

java.lang.String id

pageContext

PageContext pageContext


Package javax.xml.messaging

Class javax.xml.messaging.JAXMException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.messaging.JAXMServlet implements Serializable

Serialized Fields

msgFactory

MessageFactory msgFactory
The MessageFactory object that will be used internally to create the SOAPMessage object to be passed to the method onMessage. This new message will contain the data from the message that was posted to the servlet. Using the MessageFactory object that is the value for this field to create the new message ensures that the correct profile is used.


Package javax.xml.namespace

Class javax.xml.namespace.QName implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI

localPart

java.lang.String localPart


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class javax.xml.parsers.ParserConfigurationException implements Serializable


Package javax.xml.registry

Class javax.xml.registry.DeleteException implements Serializable

Class javax.xml.registry.FindException implements Serializable

Class javax.xml.registry.InvalidRequestException implements Serializable

Class javax.xml.registry.JAXRException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.registry.RegistryException implements Serializable

Serialized Fields

errorObjectKey

Key errorObjectKey

Class javax.xml.registry.SaveException implements Serializable

Class javax.xml.registry.UnexpectedObjectException implements Serializable

Class javax.xml.registry.UnsupportedCapabilityException implements Serializable


Package javax.xml.rpc

Class javax.xml.rpc.JAXRPCException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.rpc.ServiceException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package javax.xml.rpc.handler

Class javax.xml.rpc.handler.HandlerInfo implements Serializable

Serialized Fields

handlerClass

java.lang.Class handlerClass

config

java.util.Map config

headers

java.util.Vector headers


Package javax.xml.rpc.soap

Class javax.xml.rpc.soap.SOAPFaultException implements Serializable

Serialized Fields

faultcode

QName faultcode

faultstring

java.lang.String faultstring

faultactor

java.lang.String faultactor

detail

Detail detail


Package javax.xml.soap

Class javax.xml.soap.SOAPException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package javax.xml.transform

Class javax.xml.transform.TransformerConfigurationException implements Serializable

Class javax.xml.transform.TransformerException implements Serializable

Serialized Fields

locator

SourceLocator locator
Field locator specifies where the error occured

containedException

java.lang.Throwable containedException
Field containedException specifies a wrapped exception. May be null.

Class javax.xml.transform.TransformerFactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception


Package org.w3c.dom

Class org.w3c.dom.DOMException implements Serializable

Serialized Fields

code

short code


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException implements Serializable

Class org.xml.sax.SAXNotSupportedException implements Serializable

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
SAXParseException.getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
SAXParseException.getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
SAXParseException.getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
SAXParseException.getColumnNumber()