Serialized Form
config
ServletConfig config
name
java.lang.String name
value
java.lang.Object value
rootCause
java.lang.Throwable rootCause
name
java.lang.String name
value
java.lang.Object value
request
ServletRequest request
context
ServletContext context
seconds
int seconds
servlet
Servlet servlet
Package javax.servlet.http |
name
java.lang.String name
value
java.lang.Object value
userName
java.lang.String userName
password
java.lang.String password
roles
java.util.List<E> roles
authenticationType
java.lang.String authenticationType
cap
int cap
cap
int cap
sdfFileDate
java.text.DateFormat sdfFileDate
webRoot
java.io.File webRoot
prefix
java.lang.String prefix
directoryList
boolean directoryList
nestedError
java.lang.Throwable nestedError
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserialization implementation
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Serialization implementation. This makes sure to only serialize the parts
we want to send to another server.
- Throws:
java.io.IOException
sessionId
java.lang.String sessionId
webAppConfig
WebAppConfiguration webAppConfig
sessionData
java.util.Map<K,V> sessionData
createTime
long createTime
lastAccessedTime
long lastAccessedTime
maxInactivePeriod
int maxInactivePeriod
isNew
boolean isNew
isInvalidated
boolean isInvalidated
sessionAttributeListeners
HttpSessionAttributeListener[] sessionAttributeListeners
sessionListeners
HttpSessionListener[] sessionListeners
sessionActivationListeners
HttpSessionActivationListener[] sessionActivationListeners
distributable
boolean distributable
sessionMonitor
java.lang.Object sessionMonitor
requestsUsingMe
java.util.Set<E> requestsUsingMe
method
java.lang.String method
scheme
java.lang.String scheme
contextPath
java.lang.String contextPath
servletPath
java.lang.String servletPath
pathInfo
java.lang.String pathInfo
queryString
java.lang.String queryString
protocol
java.lang.String protocol
contentLength
int contentLength
contentType
java.lang.String contentType
encoding
java.lang.String encoding
headers
java.util.Map<K,V> headers
locales
java.util.Vector<E> locales
locale
java.util.Locale locale
bodyContent
byte[] bodyContent
mountedInstances
java.util.Map<K,V> mountedInstances
Copyright © 2013. All Rights Reserved.