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.cluster

Class org.apache.catalina.cluster.ClusterMemberInfo extends java.lang.Object implements Serializable

Class org.apache.catalina.cluster.ReplicationWrapper extends java.lang.Object implements Serializable

Serialized Fields

_buf

byte[] _buf
Our buffer to hold the stream


senderId

java.lang.String senderId
Our sender Id


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.servlets

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

Serialized Fields

context

javax.servlet.ServletContext context
the Context container associated with our web application.


debug

int debug
the debugging detail level for this servlet.


iClientInputTimeout

int iClientInputTimeout
the time in ms to wait for the client to send us CGI input data


cgiPathPrefix

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

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 when no welcome file is present?


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.


welcomes

java.lang.String[] welcomes
The set of welcome files for this web application

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

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

Serialized Fields

context

Context context
The Context container associated with our web application.


debug

int debug
The debugging detail level for this servlet.


wrapper

Wrapper wrapper
The Wrapper container associated with this servlet.

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

Serialized Fields

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.


deployer

Deployer deployer
The Deployer container that contains our own web application's Context, along with the associated Contexts for web applications that we are managing.


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.servlets.WebdavServlet extends DefaultServlet implements Serializable

Serialized Fields

resourceLocks

java.util.Hashtable resourceLocks
Repository of the locks put on single resources.

Key : path
Value : LockInfo


lockNullResources

java.util.Hashtable 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 collectionLocks
Vector of the heritable locks.

Key : path
Value : LockInfo


secret

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


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

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.naming

Class org.apache.naming.EjbRef 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.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

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.


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.



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