Serialized Form


Package org.apache.catalina

Class org.apache.catalina.ContainerEvent extends java.util.EventObject implements Serializable

Serialized Fields

container

Container container
The Container on which this event occurred.


data

java.lang.Object data
The event data associated with this event.


type

java.lang.String type
The event type this instance represents.

Class org.apache.catalina.InstanceEvent extends java.util.EventObject implements Serializable

Serialized Fields

exception

java.lang.Throwable exception
The exception that was thrown during the processing being reported by this event (AFTER_INIT_EVENT, AFTER_SERVICE_EVENT, AFTER_DESTROY_EVENT, AFTER_DISPATCH_EVENT, and AFTER_FILTER_EVENT only).


filter

javax.servlet.Filter filter
The Filter instance for which this event occurred (BEFORE_FILTER_EVENT and AFTER_FILTER_EVENT only).


request

javax.servlet.ServletRequest request
The servlet request being processed (BEFORE_FILTER_EVENT, AFTER_FILTER_EVENT, BEFORE_SERVICE_EVENT, and AFTER_SERVICE_EVENT).


response

javax.servlet.ServletResponse response
The servlet response being processed (BEFORE_FILTER_EVENT, AFTER_FILTER_EVENT, BEFORE_SERVICE_EVENT, and AFTER_SERVICE_EVENT).


servlet

javax.servlet.Servlet servlet
The Servlet instance for which this event occurred (not present on BEFORE_FILTER_EVENT or AFTER_FILTER_EVENT events).


type

java.lang.String type
The event type this instance represents.


wrapper

Wrapper wrapper
The Wrapper managing the servlet instance for which this event occurred.

Class org.apache.catalina.LifecycleEvent extends java.util.EventObject implements Serializable

Serialized Fields

data

java.lang.Object data
The event data associated with this event.


lifecycle

Lifecycle lifecycle
The Lifecycle on which this event occurred.


type

java.lang.String type
The event type this instance represents.

Class org.apache.catalina.LifecycleException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message
The error message passed to our constructor (if any)


throwable

java.lang.Throwable throwable
The underlying exception or error passed to our constructor (if any)

Class org.apache.catalina.SessionEvent extends java.util.EventObject implements Serializable

Serialized Fields

data

java.lang.Object data
The event data associated with this event.


session

Session session
The Session on which this event occurred.


type

java.lang.String type
The event type this instance represents.


Package org.apache.catalina.connector

Class org.apache.catalina.connector.ClientAbortException extends java.io.IOException implements Serializable

Serialized Fields

message

java.lang.String message
The error message passed to our constructor (if any)


throwable

java.lang.Throwable throwable
The underlying exception or error passed to our constructor (if any)


Package org.apache.catalina.core

Class org.apache.catalina.core.ApplicationFilterConfig extends java.lang.Object implements Serializable

Serialized Fields

facade

ApplicationFilterConfigFacade facade
The facade associated with this wrapper.


dynamic

boolean dynamic
Dynamic flag.


filterDef

FilterDef filterDef
The FilterDef that defines our associated Filter.


oname

javax.management.ObjectName oname
JMX registration name


Package org.apache.catalina.deploy

Class org.apache.catalina.deploy.ApplicationParameter extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description
The description of this environment entry.


name

java.lang.String name
The name of this application parameter.


override

boolean override
Does this application parameter allow overrides by the application deployment descriptor?


value

java.lang.String value
The value of this application parameter.

Class org.apache.catalina.deploy.ContextEjb extends ResourceBase implements Serializable

Serialized Fields

home

java.lang.String home
The name of the EJB home implementation class.


link

java.lang.String link
The link to a J2EE EJB definition.


remote

java.lang.String remote
The name of the EJB remote implementation class.

Class org.apache.catalina.deploy.ContextEnvironment extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description
The description of this environment entry.


name

java.lang.String name
The name of this environment entry.


override

boolean override
Does this environment entry allow overrides by the application deployment descriptor?


type

java.lang.String type
The type of this environment entry.


value

java.lang.String value
The value of this environment entry.


injectionTargets

java.util.List<E> injectionTargets

resources

NamingResources resources
The NamingResources with which we are associated (if any).

Class org.apache.catalina.deploy.ContextHandler extends ResourceBase implements Serializable

Serialized Fields

handlerclass

java.lang.String handlerclass
The Handler reference class.


soapHeaders

java.util.HashMap<K,V> soapHeaders
A list of QName specifying the SOAP Headers the handler will work on. -namespace and locapart values must be found inside the WSDL. A service-qname is composed by a namespaceURI and a localpart. soapHeader[0] : namespaceURI soapHeader[1] : localpart


soapRoles

java.util.ArrayList<E> soapRoles
The soapRole.


portNames

java.util.ArrayList<E> portNames
The portName.

Class org.apache.catalina.deploy.ContextLocalEjb extends ResourceBase implements Serializable

Serialized Fields

home

java.lang.String home
The name of the EJB home implementation class.


link

java.lang.String link
The link to a J2EE EJB definition.


local

java.lang.String local
The name of the EJB local implementation class.

Class org.apache.catalina.deploy.ContextResource extends ResourceBase implements Serializable

Serialized Fields

auth

java.lang.String auth
The authorization requirement for this resource (Application or Container).


scope

java.lang.String scope
The sharing scope of this resource factory (Shareable or Unshareable).

Class org.apache.catalina.deploy.ContextResourceEnvRef extends ResourceBase implements Serializable

Serialized Fields

override

boolean override
Does this environment entry allow overrides by the application deployment descriptor?

Class org.apache.catalina.deploy.ContextResourceLink extends ResourceBase implements Serializable

Serialized Fields

global

java.lang.String global
The global name of this resource.

Class org.apache.catalina.deploy.ContextService extends ResourceBase implements Serializable

Serialized Fields

displayname

java.lang.String displayname
The WebService reference name.


icon

java.lang.String icon
An icon for this WebService.


wsdlfile

java.lang.String wsdlfile
Contains the location (relative to the root of the module) of the web service WSDL description.


jaxrpcmappingfile

java.lang.String jaxrpcmappingfile
A file specifying the correlation of the WSDL definition to the interfaces (Service Endpoint Interface, Service Interface).


serviceqname

java.lang.String[] serviceqname
Declares the specific WSDL service element that is being referred to. It is not specified if no wsdl-file is declared or if WSDL contains only 1 service element. A service-qname is composed by a namespaceURI and a localpart. It must be defined if more than 1 service is declared in the WSDL. serviceqname[0] : namespaceURI serviceqname[1] : localpart


handlers

java.util.HashMap<K,V> handlers
A list of Handlers to use for this service-ref. The instanciation of the handler have to be done.

Class org.apache.catalina.deploy.ContextTransaction extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.HashMap<K,V> properties
Holder for our configured properties.


resources

NamingResources resources
The NamingResources with which we are associated (if any).

Class org.apache.catalina.deploy.ErrorPage extends java.lang.Object implements Serializable

Serialized Fields

errorCode

int errorCode
The error (status) code for which this error page is active.


exceptionType

java.lang.String exceptionType
The exception type for which this error page is active.


location

java.lang.String location
The context-relative location to handle this error or exception.

Class org.apache.catalina.deploy.FilterDef extends java.lang.Object implements Serializable

serialVersionUID: 8703643991210305617L

Serialized Fields

asyncSupported

boolean asyncSupported
Async supported.


description

java.lang.String description
The description of this filter.


displayName

java.lang.String displayName
The display name of this filter.


filterClass

java.lang.String filterClass
The fully qualified name of the Java class that implements this filter.


filterName

java.lang.String filterName
The name of this filter, which must be unique among the filters defined for a particular web application.


largeIcon

java.lang.String largeIcon
The large icon associated with this filter.


parameters

java.util.Map<K,V> parameters
The set of initialization parameters for this filter, keyed by parameter name.


smallIcon

java.lang.String smallIcon
The small icon associated with this filter.

Class org.apache.catalina.deploy.FilterMap extends java.lang.Object implements Serializable

Serialized Fields

dispatcherMapping

int dispatcherMapping

filterName

java.lang.String filterName

servletNames

java.lang.String[] servletNames
The servlet name this mapping matches.


matchAllUrlPatterns

boolean matchAllUrlPatterns
The flag that indicates this mapping will match all url-patterns


matchAllServletNames

boolean matchAllServletNames
The flag that indicates this mapping will match all servlet-names


urlPatterns

java.lang.String[] urlPatterns
The URL pattern this mapping matches.

Class org.apache.catalina.deploy.JspPropertyGroup extends java.lang.Object implements Serializable

Serialized Fields

urlPatterns

java.util.ArrayList<E> urlPatterns

elIgnored

java.lang.String elIgnored

pageEncoding

java.lang.String pageEncoding

scriptingInvalid

java.lang.String scriptingInvalid

isXml

java.lang.String isXml

includePreludes

java.util.ArrayList<E> includePreludes

includeCodas

java.util.ArrayList<E> includeCodas

deferredSyntaxAllowedAsLiteral

java.lang.String deferredSyntaxAllowedAsLiteral

trimDirectiveWhitespaces

java.lang.String trimDirectiveWhitespaces

defaultContentType

java.lang.String defaultContentType

buffer

java.lang.String buffer

errorOnUndeclaredNamespace

java.lang.String errorOnUndeclaredNamespace

Class org.apache.catalina.deploy.LoginConfig extends java.lang.Object implements Serializable

Serialized Fields

authMethod

java.lang.String authMethod
The authentication method to use for application login. Must be BASIC, DIGEST, FORM, or CLIENT-CERT.


errorPage

java.lang.String errorPage
The context-relative URI of the error page for form login.


loginPage

java.lang.String loginPage
The context-relative URI of the login page for form login.


realmName

java.lang.String realmName
The realm name used when challenging the user for authentication credentials.

Class org.apache.catalina.deploy.MessageDestinationRef extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description
The description of this destination ref.


link

java.lang.String link
The link of this destination ref.


name

java.lang.String name
The name of this destination ref.


type

java.lang.String type
The type of this destination ref.


usage

java.lang.String usage
The usage of this destination ref.


injectionTargets

java.util.List<E> injectionTargets

resources

NamingResources resources
The NamingResources with which we are associated (if any).

Class org.apache.catalina.deploy.Multipart extends java.lang.Object implements Serializable

Serialized Fields

location

java.lang.String location

maxFileSize

long maxFileSize

maxRequestSize

long maxRequestSize

fileSizeThreshold

int fileSizeThreshold

Class org.apache.catalina.deploy.NamingResources extends java.lang.Object implements Serializable

Serialized Fields

container

java.lang.Object container
Associated container object.


entries

java.util.Hashtable<K,V> entries
List of naming entries, keyed by name. The value is the entry type, as declared by the user.


ejbs

java.util.HashMap<K,V> ejbs
The EJB resource references for this web application, keyed by name.


envs

java.util.HashMap<K,V> envs
The environment entries for this web application, keyed by name.


localEjbs

java.util.HashMap<K,V> localEjbs
The local EJB resource references for this web application, keyed by name.


mdrs

java.util.HashMap<K,V> mdrs
The message destination referencess for this web application, keyed by name.


resourceEnvRefs

java.util.HashMap<K,V> resourceEnvRefs
The resource environment references for this web application, keyed by name.


resources

java.util.HashMap<K,V> resources
The resource references for this web application, keyed by name.


resourceLinks

java.util.HashMap<K,V> resourceLinks
The resource links for this web application, keyed by name.


services

java.util.HashMap<K,V> services
The web service references for this web application, keyed by name.


transaction

ContextTransaction transaction
The transaction for this webapp.


support

java.beans.PropertyChangeSupport support
The property change support for this component.

Class org.apache.catalina.deploy.ResourceBase extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description
The description of this Context Element.


name

java.lang.String name
The name of this context Element.


type

java.lang.String type
The name of the EJB bean implementation class.


properties

java.util.HashMap<K,V> properties
Holder for our configured properties.


injectionTargets

java.util.List<E> injectionTargets

resources

NamingResources resources
The NamingResources with which we are associated (if any).

Class org.apache.catalina.deploy.SecurityCollection extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description
Description of this web resource collection.


methods

java.lang.String[] methods
The HTTP methods covered by this web resource collection.


methodOmissions

java.lang.String[] methodOmissions
The HTTP methods not covered by this web resource collection.


name

java.lang.String name
The name of this web resource collection.


patterns

java.lang.String[] patterns
The URL patterns protected by this security collection.

Class org.apache.catalina.deploy.SecurityConstraint extends java.lang.Object implements Serializable

Serialized Fields

allRoles

boolean allRoles
Was the "all roles" wildcard included in the authorization constraints for this security constraint?


authConstraint

boolean authConstraint
Was an authorization constraint included in this security constraint? This is necessary to distinguish the case where an auth-constraint with no roles (signifying no direct access at all) was requested, versus a lack of auth-constraint which implies no access control checking.


authRoles

java.lang.String[] authRoles
The set of roles permitted to access resources protected by this security constraint.


collections

SecurityCollection[] collections
The set of web resource collections protected by this security constraint.


displayName

java.lang.String displayName
The display name of this security constraint.


userConstraint

java.lang.String userConstraint
The user data constraint for this security constraint. Must be NONE, INTEGRAL, or CONFIDENTIAL.

Class org.apache.catalina.deploy.SessionCookie extends java.lang.Object implements Serializable

Serialized Fields

domain

java.lang.String domain

path

java.lang.String path

comment

java.lang.String comment

httpOnly

boolean httpOnly

secure

boolean secure

maxAge

int maxAge

name

java.lang.String name

Class org.apache.catalina.deploy.WebAbsoluteOrdering extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

order

java.util.List<E> order

Class org.apache.catalina.deploy.WebOrder extends java.lang.Object implements Serializable

Serialized Fields

web

WebAbsoluteOrdering web

fragments

java.util.Map<K,V> fragments

Class org.apache.catalina.deploy.WebOrdering extends java.lang.Object implements Serializable

serialVersionUID: 5603203103871892211L

Serialized Fields

jar

java.lang.String jar

name

java.lang.String name

after

java.util.List<E> after

before

java.util.List<E> before

afterOthers

boolean afterOthers

beforeOthers

boolean beforeOthers

Package org.apache.catalina.manager

Class org.apache.catalina.manager.HTMLManagerServlet extends ManagerServlet implements Serializable

Serialized Fields

sessionsListJspPath

java.lang.String sessionsListJspPath

sessionDetailJspPath

java.lang.String sessionDetailJspPath

Class org.apache.catalina.manager.JMXProxyServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

mBeanServer

javax.management.MBeanServer mBeanServer
MBean server.


registry

Registry registry

Class org.apache.catalina.manager.ManagerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

configBase

java.io.File configBase
Path where context descriptors should be deployed.


context

Context context
The Context container associated with our web application.


debug

int debug
The debugging detail level for this servlet.


deployed

java.io.File deployed
File object representing the directory into which the deploy() command will store the WAR and context configuration files that have been uploaded.


versioned

java.io.File versioned
Path used to store revisions of webapps.


contextDescriptors

java.io.File contextDescriptors
Path used to store context descriptors.


host

Host host
The associated host.


appBase

java.io.File appBase
The host appBase.


mBeanServer

javax.management.MBeanServer mBeanServer
MBean server.


oname

javax.management.ObjectName oname
The associated deployer ObjectName.


global

javax.naming.Context global
The global JNDI NamingContext for this server, if available.


wrapper

Wrapper wrapper
The Wrapper container associated with this servlet.

Class org.apache.catalina.manager.StatusManagerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

int debug
The debugging detail level for this servlet.


mBeanServer

javax.management.MBeanServer mBeanServer
MBean server.


protocolHandlers

java.util.Vector<E> protocolHandlers
Vector of protocol handlers object names.


threadPools

java.util.Vector<E> threadPools
Vector of thread pools object names.


requestProcessors

java.util.Vector<E> requestProcessors
Vector of request processors object names.


globalRequestProcessors

java.util.Vector<E> globalRequestProcessors
Vector of global request processors object names.


Package org.apache.catalina.manager.host

Class org.apache.catalina.manager.host.HostManagerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

configBase

java.io.File configBase
Path where context descriptors should be deployed.


context

Context context
The Context container associated with our web application.


debug

int debug
The debugging detail level for this servlet.


host

Host host
The associated host.


engine

Engine engine
The associated engine.


mBeanServer

javax.management.MBeanServer mBeanServer
MBean server.


wrapper

Wrapper wrapper
The Wrapper container associated with this servlet.

Class org.apache.catalina.manager.host.HTMLHostManagerServlet extends HostManagerServlet implements Serializable


Package org.apache.catalina.servlets

Class org.apache.catalina.servlets.CGIServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

int debug
the debugging detail level for this servlet.


cgiPathPrefix

java.lang.String cgiPathPrefix
The CGI search path will start at webAppRootDir + File.separator + cgiPathPrefix (or webAppRootDir alone if cgiPathPrefix is null)


cgiExecutable

java.lang.String cgiExecutable
the executable to use with the script


parameterEncoding

java.lang.String parameterEncoding
the encoding to use for parameters

Class org.apache.catalina.servlets.DefaultServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

int debug
The debugging detail level for this servlet.


input

int input
The input buffer size to use when serving resources.


listings

boolean listings
Should we generate directory listings?


readOnly

boolean readOnly
Read only flag. By default, it's set to true.


output

int output
The output buffer size to use when serving resources.


localXsltFile

java.lang.String localXsltFile
Allow customized directory listing per directory.


globalXsltFile

java.lang.String globalXsltFile
Allow customized directory listing per instance.


readmeFile

java.lang.String readmeFile
Allow a readme file to be included.


resources

ProxyDirContext resources
Proxy directory context.


fileEncoding

java.lang.String fileEncoding
File encoding to be used when reading static files. If none is specified the platform default is used.


sendfileSize

int sendfileSize
Minimum size for sendfile usage in bytes.


useAcceptRanges

boolean useAcceptRanges
Should the Accept-Ranges: bytes header be send with static resources?

Class org.apache.catalina.servlets.WebdavServlet extends DefaultServlet implements Serializable

Serialized Fields

resourceLocks

java.util.Hashtable<K,V> resourceLocks
Repository of the locks put on single resources.

Key : path
Value : LockInfo


lockNullResources

java.util.Hashtable<K,V> lockNullResources
Repository of the lock-null resources.

Key : path of the collection containing the lock-null resource
Value : Vector of lock-null resource which are members of the collection. Each element of the Vector is the path associated with the lock-null resource.


collectionLocks

java.util.Vector<E> collectionLocks
Vector of the heritable locks.

Key : path
Value : LockInfo


secret

java.lang.String secret
Secret information used to generate reasonably secure lock ids.


maxDepth

int maxDepth
Default depth in spec is infinite. Limit depth to 3 by default as infinite depth makes operations very expensive.


Package org.apache.catalina.session

Class org.apache.catalina.session.StandardSession extends java.lang.Object implements Serializable

serialVersionUID: -4294597583262209053L

Serialization Methods

readObject

protected void readObject(java.io.ObjectInputStream stream)
                   throws java.lang.ClassNotFoundException,
                          java.io.IOException
Read a serialized version of this session object from the specified object input stream.

IMPLEMENTATION NOTE: The reference to the owning Manager is not restored by this method, and must be set explicitly.

Throws:
java.lang.ClassNotFoundException - if an unknown class is specified
java.io.IOException - if an input/output error occurs

writeObject

protected void writeObject(java.io.ObjectOutputStream stream)
                    throws java.io.IOException
Write a serialized version of this session object to the specified object output stream.

IMPLEMENTATION NOTE: The owning Manager will not be stored in the serialized representation of this Session. After calling readObject(), you must set the associated Manager explicitly.

IMPLEMENTATION NOTE: Any attribute that is not Serializable will be unbound from the session, with appropriate actions if it implements HttpSessionBindingListener. If you do not want any such attributes, be sure the distributable property of the associated Manager is set to true.

Throws:
java.io.IOException - if an input/output error occurs
Serialized Fields

attributes

java.util.Map<K,V> attributes
The collection of user data attributes associated with this Session.


creationTime

long creationTime
The time this session was created, in milliseconds since midnight, January 1, 1970 GMT.


id

java.lang.String id
The session identifier of this Session.


lastAccessedTime

int lastAccessedTime
The last accessed time for this Session.


maxInactiveInterval

int maxInactiveInterval
The maximum time interval, in seconds, between client requests before the servlet container may invalidate this session. A negative time indicates that the session should never time out.


isNew

boolean isNew
Flag indicating whether this session is new or not.


isValid

boolean isValid
Flag indicating whether this session is valid or not.


thisAccessedTime

int thisAccessedTime
The current accessed time for this session.


Package org.apache.catalina.ssi

Class org.apache.catalina.ssi.SSIServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debug

int debug
Debug level for this servlet.


buffered

boolean buffered
Should the output be buffered.


expires

java.lang.Long expires
Expiration time in seconds for the doc.


isVirtualWebappRelative

boolean isVirtualWebappRelative
virtual path can be webapp-relative


inputEncoding

java.lang.String inputEncoding
Input encoding. If not specified, uses platform default


outputEncoding

java.lang.String outputEncoding
Output encoding. If not specified, uses platform default

Class org.apache.catalina.ssi.SSIStopProcessingException extends java.lang.Exception implements Serializable


Package org.apache.catalina.util

Class org.apache.catalina.util.FastDateFormat extends java.text.DateFormat implements Serializable

Serialized Fields

df

java.text.DateFormat df

lastSec

long lastSec

sb

java.lang.StringBuffer sb

fp

java.text.FieldPosition fp

Class org.apache.catalina.util.ParameterMap extends java.util.HashMap implements Serializable

Serialized Fields

locked

boolean locked
The current lock state of this parameter map.

Class org.apache.catalina.util.ResourceSet extends java.util.HashSet implements Serializable

Serialized Fields

locked

boolean locked
The current lock state of this parameter map.

Class org.apache.catalina.util.URL extends java.lang.Object implements Serializable

Serialized Fields

authority

java.lang.String authority
The authority part of the URL.


file

java.lang.String file
The filename part of the URL.


host

java.lang.String host
The host name part of the URL.


path

java.lang.String path
The path part of the URL.


port

int port
The port number part of the URL.


protocol

java.lang.String protocol
The protocol name part of the URL.


query

java.lang.String query
The query part of the URL.


ref

java.lang.String ref
The reference part of the URL.


userInfo

java.lang.String userInfo
The user info part of the URL.


Package org.apache.el

Class org.apache.el.MethodExpressionImpl extends javax.el.MethodExpression implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.apache.el.MethodExpressionLiteral extends javax.el.MethodExpression implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.apache.el.ValueExpressionImpl extends javax.el.ValueExpression implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.apache.el.ValueExpressionLiteral extends javax.el.ValueExpression implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.apache.el.lang

Class org.apache.el.lang.FunctionMapperImpl extends javax.el.FunctionMapper implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.apache.el.lang.FunctionMapperImpl.Function extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.apache.el.lang.VariableMapperImpl extends javax.el.VariableMapper implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.apache.el.parser

Class org.apache.el.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.apache.el.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.jasper

Class org.apache.jasper.JasperException extends javax.servlet.ServletException implements Serializable


Package org.apache.jasper.el

Class org.apache.jasper.el.JspELException extends javax.el.ELException implements Serializable

Class org.apache.jasper.el.JspMethodExpression extends javax.el.MethodExpression implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.apache.jasper.el.JspMethodNotFoundException extends javax.el.MethodNotFoundException implements Serializable

Class org.apache.jasper.el.JspPropertyNotFoundException extends javax.el.PropertyNotFoundException implements Serializable

Class org.apache.jasper.el.JspPropertyNotWritableException extends javax.el.PropertyNotWritableException implements Serializable

Class org.apache.jasper.el.JspValueExpression extends javax.el.ValueExpression implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.apache.jasper.runtime

Class org.apache.jasper.runtime.HttpJspBase extends javax.servlet.http.HttpServlet implements Serializable


Package org.apache.jasper.servlet

Class org.apache.jasper.servlet.JspServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

log

org.jboss.logging.Logger log

context

javax.servlet.ServletContext context

config

javax.servlet.ServletConfig config

options

Options options

rctxt

JspRuntimeContext rctxt

Package org.apache.naming

Class org.apache.naming.EjbRef extends javax.naming.Reference implements Serializable

Class org.apache.naming.HandlerRef extends javax.naming.Reference implements Serializable

Class org.apache.naming.JndiPermission extends java.security.BasicPermission implements Serializable

Class org.apache.naming.ResourceEnvRef extends javax.naming.Reference implements Serializable

Class org.apache.naming.ResourceLinkRef extends javax.naming.Reference implements Serializable

Class org.apache.naming.ResourceRef extends javax.naming.Reference implements Serializable

Class org.apache.naming.ServiceRef extends javax.naming.Reference implements Serializable

Serialized Fields

handlers

java.util.Vector<E> handlers
The vector to save the handler Reference objects, because they can't be saved in the addrs vector.

Class org.apache.naming.TransactionRef extends javax.naming.Reference implements Serializable


Package org.apache.naming.resources

Class org.apache.naming.resources.FileDirContext.FileResourceAttributes extends ResourceAttributes implements Serializable

Serialized Fields

file

java.io.File file

accessed

boolean accessed

canonicalPath

java.lang.String canonicalPath

Class org.apache.naming.resources.ImmutableNameNotFoundException extends javax.naming.NameNotFoundException implements Serializable

Class org.apache.naming.resources.ResourceAttributes extends java.lang.Object implements Serializable

Serialized Fields

collection

boolean collection
Collection flag.


contentLength

long contentLength
Content length.


creation

long creation
Creation time.


creationDate

java.util.Date creationDate
Creation date.


lastModified

long lastModified
Last modified time.


lastModifiedDate

java.util.Date lastModifiedDate
Last modified date.


lastModifiedHttp

java.lang.String lastModifiedHttp
Last modified date in HTTP format.


mimeType

java.lang.String mimeType
MIME type.


name

java.lang.String name
Name.


weakETag

java.lang.String weakETag
Weak ETag.


strongETag

java.lang.String strongETag
Strong ETag.


attributes

javax.naming.directory.Attributes attributes
External attributes.


Package org.apache.tomcat.bayeux

Class org.apache.tomcat.bayeux.BayeuxException extends java.lang.Exception implements Serializable

Class org.apache.tomcat.bayeux.BayeuxServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

timeout

int timeout
The timeout.


reconnectInterval

int reconnectInterval
The reconnect interval.


tb

TomcatBayeux tb
Reference to the global TomcatBayeux object

Class org.apache.tomcat.bayeux.MessageImpl extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable

Serialized Fields

channel

Channel channel

client

Client client

id

java.lang.String id

TTL

long TTL

creationTime

long creationTime

Package org.apache.tomcat.jni

Class org.apache.tomcat.jni.Error extends java.lang.Exception implements Serializable

Serialized Fields

error

int error
APR error type.


description

java.lang.String description
A description of the problem.


Package org.apache.tomcat.util.buf

Class org.apache.tomcat.util.buf.ByteChunk extends java.lang.Object implements Serializable

Serialized Fields

buff

byte[] buff

start

int start

end

int end

enc

java.lang.String enc

isSet

boolean isSet

limit

int limit

in

ByteChunk.ByteInputChannel in

out

ByteChunk.ByteOutputChannel out

isOutput

boolean isOutput

optimizedWrite

boolean optimizedWrite

Class org.apache.tomcat.util.buf.CharChunk extends java.lang.Object implements Serializable

Serialized Fields

buff

char[] buff

start

int start

end

int end

isSet

boolean isSet

isOutput

boolean isOutput

limit

int limit

in

CharChunk.CharInputChannel in

out

CharChunk.CharOutputChannel out

optimizedWrite

boolean optimizedWrite

Class org.apache.tomcat.util.buf.MessageBytes extends java.lang.Object implements Serializable

Serialized Fields

type

int type

hashCode

int hashCode

hasHashCode

boolean hasHashCode

caseSensitive

boolean caseSensitive

byteC

ByteChunk byteC

charC

CharChunk charC

strValue

java.lang.String strValue

hasStrValue

boolean hasStrValue

intValue

int intValue

hasIntValue

boolean hasIntValue

longValue

long longValue

hasLongValue

boolean hasLongValue

Class org.apache.tomcat.util.buf.TimeStamp extends java.lang.Object implements Serializable

Serialized Fields

creationTime

long creationTime

lastAccessedTime

long lastAccessedTime

thisAccessedTime

long thisAccessedTime

isNew

boolean isNew

maxInactiveInterval

long maxInactiveInterval

isValid

boolean isValid

name

MessageBytes name

id

int id

parent

java.lang.Object parent

Package org.apache.tomcat.util.digester

Class org.apache.tomcat.util.digester.ArrayStack extends java.util.ArrayList implements Serializable

serialVersionUID: 2130079159931574599L


Package org.apache.tomcat.util.http

Class org.apache.tomcat.util.http.ServerCookie extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

MessageBytes name

value

MessageBytes value

path

MessageBytes path

domain

MessageBytes domain

secure

boolean secure

comment

MessageBytes comment

maxAge

int maxAge

version

int version

Package org.apache.tomcat.util.http.fileupload

Class org.apache.tomcat.util.http.fileupload.DiskFileItem extends java.lang.Object implements Serializable

serialVersionUID: 2237570099615271025L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads the state of this object during deserialization.

Throws:
java.io.IOException - if an error occurs.
java.lang.ClassNotFoundException - if class cannot be found.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Writes the state of this object during serialization.

Throws:
java.io.IOException - if an error occurs.
Serialized Fields

fieldName

java.lang.String fieldName
The name of the form field as provided by the browser.


contentType

java.lang.String contentType
The content type passed by the browser, or null if not defined.


isFormField

boolean isFormField
Whether or not this item is a simple form field.


fileName

java.lang.String fileName
The original filename in the user's filesystem.


size

long size
The size of the item, in bytes. This is used to cache the size when a file item is moved from its original location.


sizeThreshold

int sizeThreshold
The threshold above which uploads will be stored on disk.


repository

java.io.File repository
The directory in which uploaded files will be stored, if stored on disk.


cachedContent

byte[] cachedContent
Cached contents of the file.


dfosFile

java.io.File dfosFile
File to allow for serialization of the content of this item.


headers

FileItemHeaders headers
The file items headers.

Class org.apache.tomcat.util.http.fileupload.FileItemHeadersImpl extends java.lang.Object implements Serializable

serialVersionUID: -4455695752627032559L

Serialized Fields

headerNameToValueListMap

java.util.Map<K,V> headerNameToValueListMap
Map of String keys to a List of String instances.


headerNameList

java.util.List<E> headerNameList
List to preserve order of headers as added. This would not be needed if a LinkedHashMap could be used, but don't want to depend on 1.4.

Class org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedException extends java.io.IOException implements Serializable

serialVersionUID: -7280778431581963740L

Class org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException extends FileUploadBase.SizeException implements Serializable

serialVersionUID: 8150776562029630058L

Class org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException extends java.io.IOException implements Serializable

serialVersionUID: -7047616958165584154L

Serialized Fields

cause

FileUploadException cause
The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.

Class org.apache.tomcat.util.http.fileupload.FileUploadBase.InvalidContentTypeException extends FileUploadException implements Serializable

serialVersionUID: -9073026332015646668L

Class org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException extends FileUploadException implements Serializable

serialVersionUID: 1749796615868477269L

Serialized Fields

cause

java.io.IOException cause
The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.

Class org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeException extends FileUploadException implements Serializable

serialVersionUID: 1L

Serialized Fields

actual

long actual
The actual size of the request.


permitted

long permitted
The maximum permitted size of the request.

Class org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeLimitExceededException extends FileUploadBase.SizeException implements Serializable

serialVersionUID: -2474893167098052828L

Class org.apache.tomcat.util.http.fileupload.FileUploadException extends java.lang.Exception implements Serializable

serialVersionUID: 8881893724388807504L

Serialized Fields

cause

java.lang.Throwable cause
The exceptions cause. We overwrite the cause of the super class, which isn't available in Java 1.3.

Class org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException extends java.io.IOException implements Serializable

serialVersionUID: 1L


Package org.apache.tomcat.util.json

Class org.apache.tomcat.util.json.JSONException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package org.apache.tomcat.util.modeler

Class org.apache.tomcat.util.modeler.AttributeInfo extends FeatureInfo implements Serializable

serialVersionUID: -2511626862303972143L

Serialized Fields

displayName

java.lang.String displayName

getMethod

java.lang.String getMethod

setMethod

java.lang.String setMethod

readable

boolean readable

writeable

boolean writeable

is

boolean is

Class org.apache.tomcat.util.modeler.BaseAttributeFilter extends java.lang.Object implements Serializable

Serialized Fields

names

java.util.HashSet<E> names
The set of attribute names that are accepted by this filter. If this list is empty, all attribute names are accepted.

Class org.apache.tomcat.util.modeler.ConstructorInfo extends OperationInfo implements Serializable

serialVersionUID: -5735336213417238238L

Class org.apache.tomcat.util.modeler.FeatureInfo extends java.lang.Object implements Serializable

serialVersionUID: -911529176124712296L

Serialized Fields

description

java.lang.String description

name

java.lang.String name

info

javax.management.MBeanFeatureInfo info

type

java.lang.String type

Class org.apache.tomcat.util.modeler.FixedNotificationFilter extends java.lang.Object implements Serializable

Serialized Fields

names

java.util.HashSet<E> names
The set of attribute names that are accepted by this filter. If this list is empty, all attribute names are accepted.


namesA

java.lang.String[] namesA

Class org.apache.tomcat.util.modeler.ManagedBean extends java.lang.Object implements Serializable

Serialized Fields

attributes

java.util.Map<K,V> attributes

operations

java.util.Map<K,V> operations

className

java.lang.String className

description

java.lang.String description

domain

java.lang.String domain

group

java.lang.String group

name

java.lang.String name

notifications

NotificationInfo[] notifications

type

java.lang.String type

Class org.apache.tomcat.util.modeler.NotificationInfo extends FeatureInfo implements Serializable

serialVersionUID: -6319885418912650856L

Serialized Fields

notifTypes

java.lang.String[] notifTypes

Class org.apache.tomcat.util.modeler.OperationInfo extends FeatureInfo implements Serializable

serialVersionUID: 4418342922072614875L

Serialized Fields

impact

java.lang.String impact

role

java.lang.String role

parameters

ParameterInfo[] parameters

Class org.apache.tomcat.util.modeler.ParameterInfo extends FeatureInfo implements Serializable

serialVersionUID: 2222796006787664020L


Package org.apache.tomcat.util.net

Class org.apache.tomcat.util.net.URL extends java.lang.Object implements Serializable

Serialized Fields

authority

java.lang.String authority
The authority part of the URL.


file

java.lang.String file
The filename part of the URL.


host

java.lang.String host
The host name part of the URL.


path

java.lang.String path
The path part of the URL.


port

int port
The port number part of the URL.


protocol

java.lang.String protocol
The protocol name part of the URL.


query

java.lang.String query
The query part of the URL.


ref

java.lang.String ref
The reference part of the URL.


userInfo

java.lang.String userInfo
The user info part of the URL.



Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.