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.
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.
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)
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 |
_buf
byte[] _buf
- Our buffer to hold the stream
senderId
java.lang.String senderId
- Our sender Id
Package org.apache.catalina.servlets |
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)
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.
wrapper
Wrapper wrapper
- The Wrapper container associated with 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.
wrapper
Wrapper wrapper
- The Wrapper container associated with this servlet.
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
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.
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 |
Package org.apache.naming.resources |
protectedAttributes
java.util.Hashtable protectedAttributes
- Protected attributes.
Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.