Serialized Form


Package com.caucho.es

Class com.caucho.es.ESException implements Serializable

Class com.caucho.es.ESNullException implements Serializable

Class com.caucho.es.ESParseException implements Serializable

Serialized Fields

file

java.lang.String file

beginLine

int beginLine

beginCh

int beginCh

endLine

int endLine

endCh

int endCh

Class com.caucho.es.ESUndefinedException implements Serializable

Class com.caucho.es.ESWrapperException implements Serializable

Serialized Fields

e

java.lang.Exception e


Package com.caucho.jsp

Class com.caucho.jsp.JavaPage implements Serializable

Class com.caucho.jsp.JspServlet implements Serializable

Class com.caucho.jsp.Page implements Serializable

Serialized Fields

depends

java.util.ArrayList depends

cacheDepends

java.util.ArrayList cacheDepends

media

java.lang.String media

contentType

java.lang.String contentType

alwaysModified

boolean alwaysModified

neverModified

boolean neverModified

lastModified

long lastModified

lastModifiedString

java.lang.String lastModifiedString

etag

java.lang.String etag

calendar

QDate calendar

updateInterval

long updateInterval

lastUpdateCheck

long lastUpdateCheck

isDead

boolean isDead

Class com.caucho.jsp.QServlet implements Serializable

Serialized Fields

application

CauchoApplication application

manager

PageManager manager

Class com.caucho.jsp.XslFilter implements Serializable

Serialized Fields

application

CauchoApplication application

xslManager

com.caucho.jsp.XslManager xslManager

isStrictXsl

boolean isStrictXsl

isStrictXml

boolean isStrictXml

Class com.caucho.jsp.XtpServlet implements Serializable


Package com.caucho.naming

Class com.caucho.naming.QName implements Serializable

Serialized Fields

context

javax.naming.Context context

items

java.util.ArrayList items


Package com.caucho.regexp

Class com.caucho.regexp.IllegalRegexpException implements Serializable


Package com.caucho.server.http

Class com.caucho.server.http.BadRequestException implements Serializable

Class com.caucho.server.http.DirectoryServlet implements Serializable

Serialized Fields

app

com.caucho.server.http.Application app

context

Path context

Class com.caucho.server.http.ErrorServlet implements Serializable

Serialized Fields

exception

ServletException exception

Class com.caucho.server.http.FileServlet implements Serializable

Serialized Fields

context

Path context

buffer

byte[] buffer

dir

RequestDispatcher dir

indexFiles

java.util.ArrayList indexFiles

pathCache

LruCache pathCache

calendar

QDate calendar

directoryServlet

java.lang.String directoryServlet

Class com.caucho.server.http.FormLoginServlet implements Serializable

Serialized Fields

dbg

WriteStream dbg


Package com.caucho.vfs

Class com.caucho.vfs.ClientDisconnectException implements Serializable

Serialized Fields

exn

java.lang.Exception exn

Class com.caucho.vfs.IOExceptionWrapper implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package com.caucho.xml

Class com.caucho.xml.XmlParseException implements Serializable


Package com.caucho.xpath

Class com.caucho.xpath.XPathParseException implements Serializable


Package com.caucho.xsl

Class com.caucho.xsl.XslParseException implements Serializable

Serialized Fields

e

java.lang.Exception e


Package javax.servlet

Class javax.servlet.GenericServlet implements Serializable

Class javax.servlet.ServletContextAttributeEvent implements Serializable

Serialized Fields

application

ServletContext application

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletContextEvent implements Serializable

Serialized Fields

application

ServletContext application

Class javax.servlet.ServletException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.servlet.UnavailableException implements Serializable

Serialized Fields

sec

int sec

servlet

Servlet servlet


Package javax.servlet.http

Class javax.servlet.http.Cookie implements Serializable

Serialized Fields

key

java.lang.String key

value

java.lang.String value

comment

java.lang.String comment

maxAge

int maxAge

path

java.lang.String path

secure

boolean secure

name

java.lang.String name

domain

java.lang.String domain

version

int version

Class javax.servlet.http.HttpServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.http.HttpSessionEvent implements Serializable


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException implements Serializable

Class javax.servlet.jsp.JspTagException implements Serializable


Package javax.servlet.jsp.tagext

Class javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

bodyContent

BodyContent bodyContent

Class javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

id

java.lang.String id

pageContext

PageContext pageContext

parent

Tag parent

values

java.util.Hashtable values


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError implements Serializable

Serialized Fields

rootCause

java.lang.Exception rootCause

Class javax.xml.parsers.ParserConfigurationException implements Serializable


Package org.w3c.dom

Class org.w3c.dom.DOMException implements Serializable

Serialized Fields

code

short code


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException implements Serializable

Class org.xml.sax.SAXNotSupportedException implements Serializable

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
getColumnNumber()