Serialized Form


Package org.apache.catalina

Class org.apache.catalina.ContainerEvent 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 implements Serializable

Serialized Fields

servlet

javax.servlet.Servlet servlet
The Servlet instance for which this event occurred.

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 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 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.DefaultServlet 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.InvokerServlet 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.

Class org.apache.catalina.servlets.ManagerServlet 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.

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.

Class org.apache.catalina.servlets.SnoopAllServlet implements Serializable

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

Serialized Fields

documentBuilder

javax.xml.parsers.DocumentBuilder documentBuilder
JAXP Document builder.

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

Class org.apache.catalina.util.FastDateFormat 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 implements Serializable

Serialized Fields

locked

boolean locked
The current lock state of this parameter map.

Class org.apache.catalina.util.ResourceSet implements Serializable

Serialized Fields

locked

boolean locked
The current lock state of this parameter map.



Copyright © 2000 Apache Software Foundation. All Rights Reserved.