Serialized Form
Package org.apache.catalina |
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.
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.
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.
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 |
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
context
Context context
- The Context container associated with our web application.
debug
int debug
- The debugging detail level for this servlet.
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.
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 |
df
java.text.DateFormat df
lastSec
long lastSec
sb
java.lang.StringBuffer sb
fp
java.text.FieldPosition fp
locked
boolean locked
- The current lock state of this parameter map.
locked
boolean locked
- The current lock state of this parameter map.
Copyright © 2000 Apache Software Foundation. All Rights Reserved.