Serialized Form


Package org.apache.jasper

Class org.apache.jasper.JasperException implements Serializable


Package org.apache.jasper.compiler

Class org.apache.jasper.compiler.CompileException implements Serializable

Class org.apache.jasper.compiler.ParseException implements Serializable


Package org.apache.jasper.runtime

Class org.apache.jasper.runtime.HttpJspBase implements Serializable

Serialized Fields

cl

java.lang.ClassLoader cl

pageContext

javax.servlet.jsp.PageContext pageContext


Package org.apache.jasper.servlet

Class org.apache.jasper.servlet.JspServlet implements Serializable

Serialized Fields

loghelper

Log loghelper

context

javax.servlet.ServletContext context

jsps

java.util.Hashtable jsps

config

javax.servlet.ServletConfig config

loader

JasperLoader loader

options

Options options

parentClassLoader

java.lang.ClassLoader parentClassLoader

engine

ServletEngine engine

serverInfo

java.lang.String serverInfo

insecure_TMI

boolean insecure_TMI
Set to true to provide Too Much Information on errors


Package org.apache.tomcat.core

Class org.apache.tomcat.core.TomcatException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package org.apache.tomcat.util.buf

Class org.apache.tomcat.util.buf.ByteChunk implements Serializable

Serialized Fields

buff

byte[] buff

start

int start

end

int end

enc

java.lang.String enc

isSet

boolean isSet

limit

int limit

out

ByteChunk.ByteOutputChannel out

isOutput

boolean isOutput

Class org.apache.tomcat.util.buf.CharChunk implements Serializable

Serialized Fields

buff

char[] buff

start

int start

end

int end

isSet

boolean isSet

isOutput

boolean isOutput

limit

int limit

out

CharChunk.CharOutputChannel out

Class org.apache.tomcat.util.buf.MessageBytes implements Serializable

Serialized Fields

type

int type

hashCode

int hashCode

hasHashCode

boolean hasHashCode

caseSensitive

boolean caseSensitive

byteC

ByteChunk byteC

charC

CharChunk charC

strValue

java.lang.String strValue

hasStrValue

boolean hasStrValue

intValue

int intValue

hasIntValue

boolean hasIntValue

dateValue

java.util.Date dateValue

hasDateValue

boolean hasDateValue

Class org.apache.tomcat.util.buf.TimeStamp implements Serializable

Serialized Fields

creationTime

long creationTime

lastAccessedTime

long lastAccessedTime

thisAccessedTime

long thisAccessedTime

isNew

boolean isNew

maxInactiveInterval

long maxInactiveInterval

isValid

boolean isValid

name

MessageBytes name

id

int id

parent

java.lang.Object parent


Package org.apache.tomcat.util.http

Class org.apache.tomcat.util.http.ServerCookie implements Serializable

Serialized Fields

name

MessageBytes name

value

MessageBytes value

comment

MessageBytes comment

domain

MessageBytes domain

maxAge

int maxAge

path

MessageBytes path

secure

boolean secure

version

int version


Package org.apache.tomcat.util.net

Class org.apache.tomcat.util.net.URL implements Serializable

Serialized Fields

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

Class org.apache.tomcat.util.qlog.FastDateFormat implements Serializable

Serialized Fields

df

java.text.DateFormat df
Deprecated. 

lastSec

long lastSec
Deprecated. 

sb

java.lang.StringBuffer sb
Deprecated. 

fp

java.text.FieldPosition fp
Deprecated. 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.