Serialized Form


Package javax.servlet

Class javax.servlet.GenericServlet extends java.lang.Object implements Serializable

Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletContextEvent extends java.util.EventObject implements Serializable

Class javax.servlet.ServletException extends java.lang.Exception implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletRequestEvent extends java.util.EventObject implements Serializable

Serialized Fields

request

ServletRequest request

Class javax.servlet.UnavailableException extends ServletException implements Serializable

Serialized Fields

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds


Package javax.servlet.http

Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.http.HttpSessionEvent extends java.util.EventObject implements Serializable


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException extends java.lang.Exception implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.jsp.JspTagException extends JspException implements Serializable

Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable


Package javax.servlet.jsp.el

Class javax.servlet.jsp.el.ELException extends java.lang.Exception implements Serializable

Serialized Fields

mRootCause

java.lang.Throwable mRootCause

Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable


Package javax.servlet.jsp.tagext

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

Serialized Fields

bodyContent

BodyContent bodyContent
The current BodyContent for this BodyTag.

Class javax.servlet.jsp.tagext.TagSupport extends java.lang.Object implements Serializable

Serialized Fields

parent

Tag parent

values

java.util.Hashtable values

id

java.lang.String id
The value of the id attribute of this tag; or null.


pageContext

PageContext pageContext
The PageContext.


Package javax.xml.bind

Class javax.xml.bind.JAXBException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code


linkedException

java.lang.Throwable linkedException
Exception reference

Class javax.xml.bind.MarshalException extends JAXBException implements Serializable

Class javax.xml.bind.PropertyException extends JAXBException implements Serializable

Class javax.xml.bind.TypeConstraintException extends java.lang.RuntimeException implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code


linkedException

java.lang.Throwable linkedException
Exception reference

Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable

Class javax.xml.bind.ValidationException extends JAXBException implements Serializable


Package javax.xml.namespace

Class javax.xml.namespace.QName extends java.lang.Object implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI

Namespace URI of this QName.


localPart

java.lang.String localPart

local part of this QName.


prefix

java.lang.String prefix

prefix of this QName.


Package javax.xml.registry

Class javax.xml.registry.DeleteException extends RegistryException implements Serializable

Class javax.xml.registry.FindException extends RegistryException implements Serializable

Class javax.xml.registry.InvalidRequestException extends JAXRException implements Serializable

Class javax.xml.registry.JAXRException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.registry.RegistryException extends JAXRException implements Serializable

Serialized Fields

errorObjectKey

Key errorObjectKey

Class javax.xml.registry.SaveException extends RegistryException implements Serializable

Class javax.xml.registry.UnexpectedObjectException extends JAXRException implements Serializable

Class javax.xml.registry.UnsupportedCapabilityException extends JAXRException implements Serializable


Package javax.xml.rpc

Class javax.xml.rpc.JAXRPCException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.rpc.ServiceException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package javax.xml.rpc.handler

Class javax.xml.rpc.handler.HandlerInfo extends java.lang.Object 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 extends java.lang.RuntimeException 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 extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package javax.faces

Class javax.faces.FacesException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

The underlying exception that caused this exception.


Package javax.faces.application

Class javax.faces.application.MessageImpl extends java.lang.Object implements Serializable

Serialized Fields

severity

int severity

summary

java.lang.String summary

detail

java.lang.String detail


Package javax.faces.component

Class javax.faces.component.NamingContainerSupport extends java.lang.Object implements Serializable

Serialized Fields

namespace

java.util.Map namespace

The map for the namespace of this naming container.

IMPLEMENTATION NOTE - This is lazily allocated, initialized, and populated.


serialNumber

int serialNumber

Serial number used to generate unique client identifiers.

Class javax.faces.component.SelectItem extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description

label

java.lang.String label

value

java.lang.Object value

Class javax.faces.component.UICommand extends UIComponentBase implements Serializable

Serialized Fields

action

java.lang.String action

The literal outcome value.


actionRef

java.lang.String actionRef

The action reference.


commandName

java.lang.String commandName

The command name for this UICommand.


listeners

java.util.List[] listeners

Array of Lists of ActionListeners registered for particular phases. The array, as well as the individual elements, are lazily instantiated as necessary.

Class javax.faces.component.UIComponentBase extends java.lang.Object implements Serializable

Serialized Fields

attributes

java.util.HashMap attributes

The set of attribute values, keyed by the corresponding attribute name.

IMPLEMENTATION NOTE - The collection for attributes must be lazily instantiated the first time that it is actually used, in order to avoid wasted object creations. This can be done by calling getAttributes().

IMPLEMENTATION NOTE - It is assumed that components can only be modified in the context of a single thread.


clientId

java.lang.String clientId

The assigned client identifier for this component.


componentId

java.lang.String componentId

The component identifier for this component.


converter

java.lang.String converter

The converter identifier for this component.


parent

UIComponent parent

The parent component for this component.


rendered

boolean rendered

The "should this component be rendered" flag.


rendererType

java.lang.String rendererType

The renderer type for this component.


valid

boolean valid

The valid flag for this component.


children

java.util.ArrayList children

The set of child UIComponents associated with this component, in the order specified by how the components were added.

IMPLEMENTATION NOTE - The collection for children must be lazily instantiated the first time that it is actually used, in order to avoid wasted object creations.

IMPLEMENTATION NOTE - It is assumed that components can only be modified in the context of a single thread.


facets

java.util.HashMap facets

The set of facet UIComponents associated with this component, keyed by facet name.

IMPLEMENTATION NOTE - The collection for facets must be lazily instantiated the first time that it is actually used, in order to avoid wasted object creations.

IMPLEMENTATION NOTE - It is assumed that components can only be modified in the context of a single thread.


validators

java.util.ArrayList validators

The set of Validators associated with this UIComponent.

Class javax.faces.component.UIForm extends UIComponentBase implements Serializable

Serialized Fields

formName

java.lang.String formName

The form name for this UIForm.

Class javax.faces.component.UIGraphic extends UIOutput implements Serializable

Class javax.faces.component.UIInput extends UIOutput implements Serializable

Serialized Fields

previous

java.lang.Object previous

The previous value of this UIInput component.


listeners

java.util.List[] listeners

Array of Lists of ValueChangedListeners registered for particular phases. The array, as well as the individual elements, are lazily instantiated as necessary.

Class javax.faces.component.UINamingContainer extends UIComponentBase implements Serializable

Serialized Fields

namespace

NamingContainer namespace

The NamingContainer implementation that we delegate to

Class javax.faces.component.UIOutput extends UIComponentBase implements Serializable

Serialized Fields

value

java.lang.Object value

The local value of this UIInput component.


valueRef

java.lang.String valueRef

The value reference expression for this UIInput component.

Class javax.faces.component.UIPanel extends UIOutput implements Serializable

Class javax.faces.component.UIParameter extends UIOutput implements Serializable

Class javax.faces.component.UISelectBoolean extends UIInput implements Serializable

Class javax.faces.component.UISelectItem extends UIOutput implements Serializable

Serialized Fields

itemDescription

java.lang.String itemDescription

The description for this selection item.


itemLabel

java.lang.String itemLabel

The localized label for this selection item.


itemValue

java.lang.String itemValue

The server value for this selection item.

Class javax.faces.component.UISelectItems extends UIOutput implements Serializable

Class javax.faces.component.UISelectMany extends javax.faces.component.UISelectBase implements Serializable

Class javax.faces.component.UISelectOne extends javax.faces.component.UISelectBase implements Serializable


Package javax.faces.convert

Class javax.faces.convert.ConverterException extends FacesException implements Serializable


Package javax.faces.el

Class javax.faces.el.EvaluationException extends FacesException implements Serializable

Class javax.faces.el.PropertyNotFoundException extends EvaluationException implements Serializable

Class javax.faces.el.ReferenceSyntaxException extends EvaluationException implements Serializable


Package javax.faces.event

Class javax.faces.event.AbortProcessingException extends FacesException implements Serializable

Class javax.faces.event.ActionEvent extends FacesEvent implements Serializable

Serialized Fields

actionCommand

java.lang.String actionCommand

The string identifying the command that was activated.

Class javax.faces.event.FacesEvent extends java.util.EventObject implements Serializable

Class javax.faces.event.ValueChangedEvent extends FacesEvent implements Serializable

Serialized Fields

oldValue

java.lang.Object oldValue

The previous local value of the source UIComponent.


newValue

java.lang.Object newValue

The current local value of the source UIComponent.


Package javax.faces.tree

Class javax.faces.tree.Tree extends java.lang.Object implements Serializable


Package javax.faces.validator

Class javax.faces.validator.DoubleRangeValidator extends javax.faces.validator.ValidatorBase implements Serializable

Serialized Fields

maximum

double maximum

The maximum value to be enforced by this Validator, if maximumSet is true.


maximumSet

boolean maximumSet

Flag indicating whether a maximum limit has been set.


minimum

double minimum

The minimum value to be enforced by this Validator, if minimumSet is true.


minimumSet

boolean minimumSet

Flag indicating whether a minimum limit has been set.

Class javax.faces.validator.LengthValidator extends javax.faces.validator.ValidatorBase implements Serializable

Serialized Fields

maximum

int maximum

The maximum length to be enforced by this Validator, if maximumSet is true.


maximumSet

boolean maximumSet

Flag indicating whether a maximum length has been set.


minimum

int minimum

The minimum length to be enforced by this Validator, if minimumSet is true.


minimumSet

boolean minimumSet

Flag indicating whether a minimum length has been set.

Class javax.faces.validator.LongRangeValidator extends javax.faces.validator.ValidatorBase implements Serializable

Serialized Fields

maximum

long maximum

The maximum value to be enforced by this Validator, if maximumSet is true.


maximumSet

boolean maximumSet

Flag indicating whether a maximum limit has been set.


minimum

long minimum

The minimum value to be enforced by this Validator, if minimumSet is true.


minimumSet

boolean minimumSet

Flag indicating whether a minimum limit has been set.

Class javax.faces.validator.RequiredValidator extends javax.faces.validator.ValidatorBase implements Serializable

Class javax.faces.validator.StringRangeValidator extends javax.faces.validator.ValidatorBase implements Serializable

Serialized Fields

maximum

java.lang.String maximum

The maximum value to be enforced by this Validator, if maximumSet is true.


maximumSet

boolean maximumSet

Flag indicating whether a maximum limit has been set.


minimum

java.lang.String minimum

The minimum value to be enforced by this Validator, if minimumSet is true.


minimumSet

boolean minimumSet

Flag indicating whether a minimum limit has been set.


Package javax.faces.webapp

Class javax.faces.webapp.AttributeTag extends TagSupport implements Serializable

Serialized Fields

name

java.lang.String name

The name of the attribute to be created, if not already present.


value

java.lang.String value

The value to be associated with this attribute, if it is created.

Class javax.faces.webapp.FacetTag extends TagSupport implements Serializable

Serialized Fields

children

int children

The number of child component tags that have been nested inside this tag.


name

java.lang.String name
The name of this facet. This will be used as the facet name for our UIComponentTag child in our UIComponentTag parent's facet list.

Class javax.faces.webapp.ValidatorTag extends TagSupport implements Serializable

Serialized Fields

id

java.lang.String id

The identifier of the Validator instance to be created.


Package javax.servlet.jsp.jstl.core

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

Serialized Fields

result

boolean result

var

java.lang.String var

scope

int scope

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

Serialized Fields

begin

int begin
Starting index ('begin' attribute)


end

int end
Ending index of the iteration ('end' attribute). A value of -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.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable


Package javax.xml.transform

Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable

Class javax.xml.transform.TransformerException extends java.lang.Exception 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 extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception


Package org.w3c.dom

Class org.w3c.dom.DOMException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code


Package org.xml.sax

Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable

Serialized Fields

exception

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

Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable

Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable

Class org.xml.sax.SAXParseException extends SAXException 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()