Serialized Form


Package com.acme

Class com.acme.CometServlet extends HttpServlet implements Serializable

Class com.acme.CookieDump extends HttpServlet implements Serializable

Serialized Fields

redirectCount

int redirectCount

Class com.acme.DateTag extends BodyTagSupport implements Serializable

Serialized Fields

parent

Tag parent

body

BodyContent body

tz

String tz

Class com.acme.DispatchServlet extends HttpServlet implements Serializable

Serialized Fields

pageType

String pageType

Class com.acme.Dump extends HttpServlet implements Serializable

Class com.acme.HelloWorld extends HttpServlet implements Serializable

Class com.acme.JNDITest extends HttpServlet implements Serializable

Serialized Fields

myDS

DataSource myDS

myDS2

DataSource myDS2

myDS99

DataSource myDS99

myMailSession

Session myMailSession

wiggle

Double wiggle

woggle

Integer woggle

Class com.acme.SessionDump extends HttpServlet implements Serializable

Serialized Fields

redirectCount

int redirectCount

pageType

String pageType

Package com.sun.el

Class com.sun.el.MethodExpressionImpl extends MethodExpression implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.sun.el.MethodExpressionLiteral extends MethodExpression implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.sun.el.ValueExpressionImpl extends ValueExpression implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.sun.el.ValueExpressionLiteral extends ValueExpression implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package com.sun.el.lang

Class com.sun.el.lang.FunctionMapperImpl extends FunctionMapper implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.sun.el.lang.FunctionMapperImpl.Function extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.sun.el.lang.VariableMapperImpl extends VariableMapper implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package com.sun.el.parser

Class com.sun.el.parser.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class com.sun.el.parser.Token extends Object implements Serializable

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


beginColumn

int beginColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


endLine

int endLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


endColumn

int endColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class com.sun.el.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.sun.org.apache.commons.logging

Class com.sun.org.apache.commons.logging.LogConfigurationException extends RuntimeException implements Serializable


Package javax.el

Class javax.el.ELContextEvent extends EventObject implements Serializable

Class javax.el.ELException extends RuntimeException implements Serializable

Class javax.el.Expression extends Object implements Serializable

Class javax.el.MethodExpression extends Expression implements Serializable

Class javax.el.MethodNotFoundException extends ELException implements Serializable

Class javax.el.PropertyNotFoundException extends ELException implements Serializable

Class javax.el.PropertyNotWritableException extends ELException implements Serializable

Class javax.el.ValueExpression extends Expression implements Serializable


Package javax.servlet

Class javax.servlet.GenericServlet extends Object implements Serializable

Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable

Serialized Fields

name

String name

value

Object value

Class javax.servlet.ServletContextEvent extends EventObject implements Serializable

Class javax.servlet.ServletException extends Exception implements Serializable

Serialized Fields

rootCause

Throwable rootCause

Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable

Serialized Fields

name

String name

value

Object value

Class javax.servlet.ServletRequestEvent extends EventObject implements Serializable

Serialized Fields

request

ServletRequest request

Class javax.servlet.UnavailableException extends ServletException implements Serializable

Serialized Fields

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds

Package javax.servlet.http

Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable

Serialized Fields

name

String name

value

Object value

Class javax.servlet.http.HttpSessionEvent extends EventObject implements Serializable


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException extends Exception implements Serializable

Class javax.servlet.jsp.JspTagException extends JspException implements Serializable

Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable


Package javax.servlet.jsp.el

Class javax.servlet.jsp.el.ELException extends Exception implements Serializable

Serialized Fields

mRootCause

Throwable mRootCause
Deprecated. 

Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable


Package javax.servlet.jsp.jstl.core

Class javax.servlet.jsp.jstl.core.ConditionalTagSupport extends TagSupport implements Serializable

Serialized Fields

result

boolean result

var

String var

scope

int scope

Class javax.servlet.jsp.jstl.core.IndexedValueExpression extends ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

i

Integer i

orig

ValueExpression orig

Class javax.servlet.jsp.jstl.core.IteratedValueExpression extends ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

i

int i

iteratedExpression

IteratedExpression iteratedExpression

Class javax.servlet.jsp.jstl.core.LoopTagSupport extends TagSupport implements Serializable

Serialized Fields

begin

int begin
Starting index ('begin' attribute)


end

int end
Ending index of the iteration ('end' attribute). A value of -1 internally indicates 'no end specified', although accessors for the core JSTL tags do not allow this value to be supplied directly by the user.


step

int step
Iteration step ('step' attribute)


beginSpecified

boolean beginSpecified
Boolean flag indicating whether 'begin' was specified.


endSpecified

boolean endSpecified
Boolean flag indicating whether 'end' was specified.


stepSpecified

boolean stepSpecified
Boolean flag indicating whether 'step' was specified.


itemId

String itemId
Attribute-exposing control


statusId

String statusId
Attribute-exposing control


deferredExpression

ValueExpression deferredExpression
The deferred expression if any


oldMappedValue

ValueExpression oldMappedValue
A temporary used to hold the previous value (from the enclosing iteration tag) for the EL variable.


status

LoopTagStatus status

item

Object item

index

int index

count

int count

last

boolean last

iteratedExpression

IteratedExpression iteratedExpression

Package javax.servlet.jsp.tagext

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

Serialized Fields

bodyContent

BodyContent bodyContent
The current BodyContent for this BodyTag.

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

Serialized Fields

parent

Tag parent

values

Hashtable<K,V> values

id

String id
The value of the id attribute of this tag; or null.


pageContext

PageContext pageContext
The PageContext.


Package org.apache.jasper

Class org.apache.jasper.JasperException extends ServletException implements Serializable


Package org.apache.jasper.runtime

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


Package org.apache.jasper.servlet

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

Serialized Fields

context

ServletContext context

config

ServletConfig config

options

Options options

rctxt

JspRuntimeContext rctxt

countErrors

int countErrors

errorCountLk

Object errorCountLk

httpMethodsString

String httpMethodsString

httpMethodsSet

HashSet<E> httpMethodsSet

taglibs

ConcurrentHashMap<K,V> taglibs

tagFileJarUrls

ConcurrentHashMap<K,V> tagFileJarUrls

Package org.apache.jasper.util

Class org.apache.jasper.util.FastDateFormat extends DateFormat implements Serializable

Serialized Fields

df

DateFormat df

lastSec

long lastSec

sb

StringBuffer sb

fp

FieldPosition fp

Package org.apache.taglibs.standard.extra.spath

Class org.apache.taglibs.standard.extra.spath.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.apache.taglibs.standard.extra.spath.SPathTag extends TagSupport implements Serializable

Serialized Fields

select

String select

var

String var

Class org.apache.taglibs.standard.extra.spath.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.taglibs.standard.lang.jstl

Class org.apache.taglibs.standard.lang.jstl.ELException extends Exception implements Serializable

Serialized Fields

mRootCause

Throwable mRootCause

Package org.apache.taglibs.standard.lang.jstl.parser

Class org.apache.taglibs.standard.lang.jstl.parser.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.apache.taglibs.standard.lang.jstl.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.taglibs.standard.tag.common.core

Class org.apache.taglibs.standard.tag.common.core.CatchTag extends TagSupport implements Serializable

Serialized Fields

var

String var

caught

boolean caught

Class org.apache.taglibs.standard.tag.common.core.ChooseTag extends TagSupport implements Serializable

Serialized Fields

subtagGateClosed

boolean subtagGateClosed

Class org.apache.taglibs.standard.tag.common.core.DeclareTag extends TagSupport implements Serializable

Class org.apache.taglibs.standard.tag.common.core.ForEachSupport extends LoopTagSupport implements Serializable

Serialized Fields

items

ForEachSupport.ForEachIterator items

rawItems

Object rawItems

Class org.apache.taglibs.standard.tag.common.core.ForTokensSupport extends LoopTagSupport implements Serializable

Serialized Fields

items

Object items

delims

String delims

st

StringTokenizer st

Class org.apache.taglibs.standard.tag.common.core.ImportSupport extends BodyTagSupport implements Serializable

Serialized Fields

url

String url

context

String context

charEncoding

String charEncoding

var

String var

scope

int scope

varReader

String varReader

r

Reader r

isAbsoluteUrl

boolean isAbsoluteUrl

params

ParamSupport.ParamManager params

urlWithParams

String urlWithParams

Class org.apache.taglibs.standard.tag.common.core.NullAttributeException extends JspTagException implements Serializable

Class org.apache.taglibs.standard.tag.common.core.OtherwiseTag extends WhenTagSupport implements Serializable

Class org.apache.taglibs.standard.tag.common.core.OutSupport extends BodyTagSupport implements Serializable

Serialized Fields

value

Object value

def

String def

escapeXml

boolean escapeXml

needBody

boolean needBody

Class org.apache.taglibs.standard.tag.common.core.ParamSupport extends BodyTagSupport implements Serializable

Serialized Fields

name

String name

value

String value

encode

boolean encode
There used to be an 'encode' attribute; I've left this as a vestige in case custom subclasses want to use our functionality but NOT encode parameters.

Class org.apache.taglibs.standard.tag.common.core.RedirectSupport extends BodyTagSupport implements Serializable

Serialized Fields

url

String url

context

String context

var

String var

scope

int scope

params

ParamSupport.ParamManager params

Class org.apache.taglibs.standard.tag.common.core.RemoveTag extends TagSupport implements Serializable

Serialized Fields

APPLICATION

String APPLICATION

SESSION

String SESSION

REQUEST

String REQUEST

PAGE

String PAGE

scope

int scope

scopeSpecified

boolean scopeSpecified

var

String var

Class org.apache.taglibs.standard.tag.common.core.SetSupport extends BodyTagSupport implements Serializable

Serialized Fields

value

Object value

valueSpecified

boolean valueSpecified

target

Object target

property

String property

var

String var

scope

int scope

scopeSpecified

boolean scopeSpecified

Class org.apache.taglibs.standard.tag.common.core.UrlSupport extends BodyTagSupport implements Serializable

Serialized Fields

value

String value

context

String context

var

String var

scope

int scope

params

ParamSupport.ParamManager params

Class org.apache.taglibs.standard.tag.common.core.WhenTagSupport extends ConditionalTagSupport implements Serializable


Package org.apache.taglibs.standard.tag.common.fmt

Class org.apache.taglibs.standard.tag.common.fmt.BundleSupport extends BodyTagSupport implements Serializable

Serialized Fields

basename

String basename

prefix

String prefix

locCtxt

LocalizationContext locCtxt

Class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport extends TagSupport implements Serializable

Serialized Fields

value

Date value

type

String type

pattern

String pattern

timeZone

Object timeZone

dateStyle

String dateStyle

timeStyle

String timeStyle

var

String var

scope

int scope

Class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport extends BodyTagSupport implements Serializable

Serialized Fields

value

Object value

valueSpecified

boolean valueSpecified

type

String type

pattern

String pattern

currencyCode

String currencyCode

currencySymbol

String currencySymbol

isGroupingUsed

boolean isGroupingUsed

groupingUsedSpecified

boolean groupingUsedSpecified

maxIntegerDigits

int maxIntegerDigits

maxIntegerDigitsSpecified

boolean maxIntegerDigitsSpecified

minIntegerDigits

int minIntegerDigits

minIntegerDigitsSpecified

boolean minIntegerDigitsSpecified

maxFractionDigits

int maxFractionDigits

maxFractionDigitsSpecified

boolean maxFractionDigitsSpecified

minFractionDigits

int minFractionDigits

minFractionDigitsSpecified

boolean minFractionDigitsSpecified

var

String var

scope

int scope

Class org.apache.taglibs.standard.tag.common.fmt.MessageSupport extends BodyTagSupport implements Serializable

Serialized Fields

keyAttrValue

String keyAttrValue

keySpecified

boolean keySpecified

bundleAttrValue

LocalizationContext bundleAttrValue

bundleSpecified

boolean bundleSpecified

var

String var

scope

int scope

params

List<E> params

Class org.apache.taglibs.standard.tag.common.fmt.ParamSupport extends BodyTagSupport implements Serializable

Serialized Fields

value

Object value

valueSpecified

boolean valueSpecified

Class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport extends BodyTagSupport implements Serializable

Serialized Fields

value

String value

valueSpecified

boolean valueSpecified

type

String type

pattern

String pattern

timeZone

Object timeZone

parseLocale

Locale parseLocale

dateStyle

String dateStyle

timeStyle

String timeStyle

var

String var

scope

int scope

Class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport extends BodyTagSupport implements Serializable

Serialized Fields

value

String value

valueSpecified

boolean valueSpecified

type

String type

pattern

String pattern

parseLocale

Locale parseLocale

isIntegerOnly

boolean isIntegerOnly

integerOnlySpecified

boolean integerOnlySpecified

var

String var

scope

int scope

Class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport extends TagSupport implements Serializable

Serialized Fields

value

String value

charEncoding

String charEncoding

Class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport extends TagSupport implements Serializable

Serialized Fields

basename

String basename

scope

int scope

var

String var

Class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport extends TagSupport implements Serializable

Serialized Fields

value

Object value

variant

String variant

scope

int scope

Class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport extends TagSupport implements Serializable

Serialized Fields

value

Object value

scope

int scope

var

String var

Class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport extends BodyTagSupport implements Serializable

Serialized Fields

value

Object value

timeZone

TimeZone timeZone

Package org.apache.taglibs.standard.tag.common.sql

Class org.apache.taglibs.standard.tag.common.sql.DateParamTagSupport extends TagSupport implements Serializable

Serialized Fields

type

String type

value

Date value

Class org.apache.taglibs.standard.tag.common.sql.DriverTag extends TagSupport implements Serializable

Serialized Fields

driverClassName

String driverClassName

jdbcURL

String jdbcURL

scope

int scope

userName

String userName

var

String var

Class org.apache.taglibs.standard.tag.common.sql.ParamTagSupport extends BodyTagSupport implements Serializable

Serialized Fields

value

Object value

Class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport extends BodyTagSupport implements Serializable

Serialized Fields

var

String var

scope

int scope

rawDataSource

Object rawDataSource

dataSourceSpecified

boolean dataSourceSpecified

sql

String sql

maxRows

int maxRows

maxRowsSpecified

boolean maxRowsSpecified

startRow

int startRow

conn

Connection conn

parameters

List<E> parameters

isPartOfTransaction

boolean isPartOfTransaction

Class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport extends TagSupport implements Serializable

Serialized Fields

dataSource

Object dataSource

dataSourceSpecified

boolean dataSourceSpecified

jdbcURL

String jdbcURL

driverClassName

String driverClassName

userName

String userName

password

String password

scope

int scope

var

String var

Class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport extends TagSupport implements Serializable

Serialized Fields

rawDataSource

Object rawDataSource

dataSourceSpecified

boolean dataSourceSpecified

conn

Connection conn

isolation

int isolation

origIsolation

int origIsolation

Class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport extends BodyTagSupport implements Serializable

Serialized Fields

var

String var

scope

int scope

rawDataSource

Object rawDataSource

dataSourceSpecified

boolean dataSourceSpecified

sql

String sql

conn

Connection conn

parameters

List<E> parameters

isPartOfTransaction

boolean isPartOfTransaction

Package org.apache.taglibs.standard.tag.common.xml

Class org.apache.taglibs.standard.tag.common.xml.ExprSupport extends TagSupport implements Serializable

Serialized Fields

select

String select

escapeXml

boolean escapeXml

Class org.apache.taglibs.standard.tag.common.xml.ForEachTag extends LoopTagSupport implements Serializable

Serialized Fields

select

String select

nodes

List<E> nodes

nodesIndex

int nodesIndex

current

Node current

Class org.apache.taglibs.standard.tag.common.xml.IfTag extends ConditionalTagSupport implements Serializable

Serialized Fields

select

String select

Class org.apache.taglibs.standard.tag.common.xml.ParamSupport extends BodyTagSupport implements Serializable

Serialized Fields

name

String name

value

Object value

Class org.apache.taglibs.standard.tag.common.xml.ParseSupport extends BodyTagSupport implements Serializable

Serialized Fields

xml

Object xml

systemId

String systemId

filter

XMLFilter filter

var

String var

varDom

String varDom

scope

int scope

scopeDom

int scopeDom

dbf

DocumentBuilderFactory dbf

db

DocumentBuilder db

tf

TransformerFactory tf

th

TransformerHandler th

Class org.apache.taglibs.standard.tag.common.xml.SetTag extends TagSupport implements Serializable

Serialized Fields

select

String select

var

String var

scope

int scope

Class org.apache.taglibs.standard.tag.common.xml.TransformSupport extends BodyTagSupport implements Serializable

Serialized Fields

xml

Object xml

xmlSystemId

String xmlSystemId

xslt

Object xslt

xsltSystemId

String xsltSystemId

result

Result result

var

String var

scope

int scope

t

Transformer t

tf

TransformerFactory tf

db

DocumentBuilder db

dbf

DocumentBuilderFactory dbf

Class org.apache.taglibs.standard.tag.common.xml.UnresolvableException extends XPathException implements Serializable

Class org.apache.taglibs.standard.tag.common.xml.WhenTag extends WhenTagSupport implements Serializable

Serialized Fields

select

String select

Package org.apache.taglibs.standard.tag.el.core

Class org.apache.taglibs.standard.tag.el.core.ForEachTag extends ForEachSupport implements Serializable

Serialized Fields

begin_

String begin_

end_

String end_

step_

String step_

items_

String items_

Class org.apache.taglibs.standard.tag.el.core.ForTokensTag extends ForTokensSupport implements Serializable

Serialized Fields

begin_

String begin_

end_

String end_

step_

String step_

items_

String items_

delims_

String delims_

Class org.apache.taglibs.standard.tag.el.core.IfTag extends ConditionalTagSupport implements Serializable

Serialized Fields

test

String test

Class org.apache.taglibs.standard.tag.el.core.ImportTag extends ImportSupport implements Serializable

Serialized Fields

context_

String context_

charEncoding_

String charEncoding_

url_

String url_

Class org.apache.taglibs.standard.tag.el.core.OutTag extends OutSupport implements Serializable

Serialized Fields

value_

String value_

default_

String default_

escapeXml_

String escapeXml_

Class org.apache.taglibs.standard.tag.el.core.ParamTag extends ParamSupport implements Serializable

Serialized Fields

name_

String name_

value_

String value_

Class org.apache.taglibs.standard.tag.el.core.RedirectTag extends RedirectSupport implements Serializable

Serialized Fields

url_

String url_

context_

String context_

Class org.apache.taglibs.standard.tag.el.core.SetTag extends SetSupport implements Serializable

Serialized Fields

value_

String value_

target_

String target_

property_

String property_

Class org.apache.taglibs.standard.tag.el.core.UrlTag extends UrlSupport implements Serializable

Serialized Fields

value_

String value_

context_

String context_

Class org.apache.taglibs.standard.tag.el.core.WhenTag extends WhenTagSupport implements Serializable

Serialized Fields

test

String test

Package org.apache.taglibs.standard.tag.el.fmt

Class org.apache.taglibs.standard.tag.el.fmt.BundleTag extends BundleSupport implements Serializable

Serialized Fields

basename_

String basename_

prefix_

String prefix_

Class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag extends FormatDateSupport implements Serializable

Serialized Fields

value_

String value_

type_

String type_

dateStyle_

String dateStyle_

timeStyle_

String timeStyle_

pattern_

String pattern_

timeZone_

String timeZone_

Class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag extends FormatNumberSupport implements Serializable

Serialized Fields

value_

String value_

type_

String type_

pattern_

String pattern_

currencyCode_

String currencyCode_

currencySymbol_

String currencySymbol_

groupingUsed_

String groupingUsed_

maxIntegerDigits_

String maxIntegerDigits_

minIntegerDigits_

String minIntegerDigits_

maxFractionDigits_

String maxFractionDigits_

minFractionDigits_

String minFractionDigits_

Class org.apache.taglibs.standard.tag.el.fmt.MessageTag extends MessageSupport implements Serializable

Serialized Fields

key_

String key_

bundle_

String bundle_

Class org.apache.taglibs.standard.tag.el.fmt.ParamTag extends ParamSupport implements Serializable

Serialized Fields

value_

String value_

Class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag extends ParseDateSupport implements Serializable

Serialized Fields

value_

String value_

type_

String type_

dateStyle_

String dateStyle_

timeStyle_

String timeStyle_

pattern_

String pattern_

timeZone_

String timeZone_

parseLocale_

String parseLocale_

Class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag extends ParseNumberSupport implements Serializable

Serialized Fields

value_

String value_

type_

String type_

pattern_

String pattern_

parseLocale_

String parseLocale_

integerOnly_

String integerOnly_

Class org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag extends RequestEncodingSupport implements Serializable

Serialized Fields

value_

String value_

Class org.apache.taglibs.standard.tag.el.fmt.SetBundleTag extends SetBundleSupport implements Serializable

Serialized Fields

basename_

String basename_

Class org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag extends SetLocaleSupport implements Serializable

Serialized Fields

value_

String value_

variant_

String variant_

Class org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag extends SetTimeZoneSupport implements Serializable

Serialized Fields

value_

String value_

Class org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag extends TimeZoneSupport implements Serializable

Serialized Fields

value_

String value_

Package org.apache.taglibs.standard.tag.el.sql

Class org.apache.taglibs.standard.tag.el.sql.DateParamTag extends DateParamTagSupport implements Serializable

Serialized Fields

valueEL

String valueEL

typeEL

String typeEL

Class org.apache.taglibs.standard.tag.el.sql.ParamTag extends ParamTagSupport implements Serializable

Serialized Fields

valueEL

String valueEL

Class org.apache.taglibs.standard.tag.el.sql.QueryTag extends QueryTagSupport implements Serializable

Serialized Fields

dataSourceEL

String dataSourceEL

sqlEL

String sqlEL

startRowEL

String startRowEL

maxRowsEL

String maxRowsEL

Class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag extends SetDataSourceTagSupport implements Serializable

Serialized Fields

dataSourceEL

String dataSourceEL

driverClassNameEL

String driverClassNameEL

jdbcURLEL

String jdbcURLEL

userNameEL

String userNameEL

passwordEL

String passwordEL

Class org.apache.taglibs.standard.tag.el.sql.TransactionTag extends TransactionTagSupport implements Serializable

Serialized Fields

dataSourceEL

String dataSourceEL

isolationEL

String isolationEL

Class org.apache.taglibs.standard.tag.el.sql.UpdateTag extends UpdateTagSupport implements Serializable

Serialized Fields

dataSourceEL

String dataSourceEL

sqlEL

String sqlEL

Package org.apache.taglibs.standard.tag.el.xml

Class org.apache.taglibs.standard.tag.el.xml.ExprTag extends ExprSupport implements Serializable

Serialized Fields

escapeXml_

String escapeXml_

Class org.apache.taglibs.standard.tag.el.xml.ParamTag extends ParamSupport implements Serializable

Serialized Fields

name_

String name_

value_

String value_

Class org.apache.taglibs.standard.tag.el.xml.ParseTag extends ParseSupport implements Serializable

Serialized Fields

xml_

String xml_

systemId_

String systemId_

filter_

String filter_

Class org.apache.taglibs.standard.tag.el.xml.TransformTag extends TransformSupport implements Serializable

Serialized Fields

xml_

String xml_

xmlSystemId_

String xmlSystemId_

xslt_

String xslt_

xsltSystemId_

String xsltSystemId_

result_

String result_

Package org.apache.taglibs.standard.tag.rt.core

Class org.apache.taglibs.standard.tag.rt.core.ForEachTag extends ForEachSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.core.ForTokensTag extends ForTokensSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.core.IfTag extends ConditionalTagSupport implements Serializable

Serialized Fields

test

boolean test

Class org.apache.taglibs.standard.tag.rt.core.ImportTag extends ImportSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.core.OutTag extends OutSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.core.ParamTag extends ParamSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.core.RedirectTag extends RedirectSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.core.SetTag extends SetSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.core.UrlTag extends UrlSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.core.WhenTag extends WhenTagSupport implements Serializable

Serialized Fields

test

boolean test

Package org.apache.taglibs.standard.tag.rt.fmt

Class org.apache.taglibs.standard.tag.rt.fmt.BundleTag extends BundleSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag extends FormatDateSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag extends FormatNumberSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.MessageTag extends MessageSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.ParamTag extends ParamSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag extends ParseDateSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag extends ParseNumberSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag extends RequestEncodingSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag extends SetBundleSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag extends SetLocaleSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag extends SetTimeZoneSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag extends TimeZoneSupport implements Serializable


Package org.apache.taglibs.standard.tag.rt.sql

Class org.apache.taglibs.standard.tag.rt.sql.DateParamTag extends DateParamTagSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.sql.ParamTag extends ParamTagSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.sql.QueryTag extends QueryTagSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag extends SetDataSourceTagSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.sql.TransactionTag extends TransactionTagSupport implements Serializable

Serialized Fields

isolationRT

String isolationRT

Class org.apache.taglibs.standard.tag.rt.sql.UpdateTag extends UpdateTagSupport implements Serializable


Package org.apache.taglibs.standard.tag.rt.xml

Class org.apache.taglibs.standard.tag.rt.xml.ExprTag extends ExprSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.xml.ParamTag extends ParamSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.xml.ParseTag extends ParseSupport implements Serializable

Class org.apache.taglibs.standard.tag.rt.xml.TransformTag extends TransformSupport implements Serializable


Package org.mortbay.cometd

Class org.mortbay.cometd.AbstractCometdServlet extends HttpServlet implements Serializable

Serialized Fields

_bayeux

AbstractBayeux _bayeux

Class org.mortbay.cometd.MessageImpl extends HashMap<String,Object> implements Serializable

Serialized Fields

_pool

MessagePool _pool

_clientId

String _clientId

_json

String _json

_channel

String _channel

_id

String _id

_data

Object _data

_associated

Message _associated

_refs

AtomicInteger _refs

Package org.mortbay.cometd.continuation

Class org.mortbay.cometd.continuation.ContinuationCometdServlet extends AbstractCometdServlet implements Serializable


Package org.mortbay.jetty

Class org.mortbay.jetty.EofException extends IOException implements Serializable

Class org.mortbay.jetty.HttpException extends IOException implements Serializable

Serialized Fields

_status

int _status

_reason

String _reason

Class org.mortbay.jetty.ResourceCache extends AbstractLifeCycle implements Serializable

Serialized Fields

_maxCachedFileSize

int _maxCachedFileSize

_maxCachedFiles

int _maxCachedFiles

_maxCacheSize

int _maxCacheSize

_mimeTypes

MimeTypes _mimeTypes

Class org.mortbay.jetty.RetryRequest extends RuntimeException implements Serializable


Package org.mortbay.jetty.annotations

Class org.mortbay.jetty.annotations.Configuration extends Configuration implements Serializable


Package org.mortbay.jetty.ant

Class org.mortbay.jetty.ant.JettyWebAppConfiguration extends Configuration implements Serializable

Serialized Fields

classPathFiles

List<E> classPathFiles
List of classpath files.


webAppBaseDir

File webAppBaseDir
Web application root directory.


webXmlFile

File webXmlFile
Web application web.xml file.


Package org.mortbay.jetty.example

Class org.mortbay.jetty.example.ManyServletContexts.HelloServlet extends HttpServlet implements Serializable

Serialized Fields

greeting

String greeting

Class org.mortbay.jetty.example.MinimalServlets.HelloServlet extends HttpServlet implements Serializable

Class org.mortbay.jetty.example.OneServletContext.HelloServlet extends HttpServlet implements Serializable


Package org.mortbay.jetty.plugin

Class org.mortbay.jetty.plugin.Jetty6MavenConfiguration extends Configuration implements Serializable

Serialized Fields

classPathFiles

List<E> classPathFiles

webXmlFile

File webXmlFile

Package org.mortbay.jetty.plus.jaas

Class org.mortbay.jetty.plus.jaas.JAASPrincipal extends Object implements Serializable

Serialized Fields

name

String name

Class org.mortbay.jetty.plus.jaas.JAASRole extends JAASPrincipal implements Serializable


Package org.mortbay.jetty.plus.webapp

Class org.mortbay.jetty.plus.webapp.AbstractConfiguration extends WebXmlConfiguration implements Serializable

Serialized Fields

_callbacks

LifeCycleCallbackCollection _callbacks

_injections

InjectionCollection _injections

_runAsCollection

RunAsCollection _runAsCollection

_metadataComplete

boolean _metadataComplete

Class org.mortbay.jetty.plus.webapp.Configuration extends AbstractConfiguration implements Serializable

Serialized Fields

_key

Integer _key

Class org.mortbay.jetty.plus.webapp.EnvConfiguration extends Object implements Serializable

Serialized Fields

webAppContext

WebAppContext webAppContext

compCtx

Context compCtx

jettyEnvXmlUrl

URL jettyEnvXmlUrl

Package org.mortbay.jetty.security

Class org.mortbay.jetty.security.BasicAuthenticator extends Object implements Serializable

Class org.mortbay.jetty.security.ClientCertAuthenticator extends Object implements Serializable

Serialized Fields

_maxHandShakeSeconds

int _maxHandShakeSeconds

Class org.mortbay.jetty.security.Constraint extends Object implements Serializable

Serialized Fields

_name

String _name

_roles

String[] _roles

_dataConstraint

int _dataConstraint

_anyRole

boolean _anyRole

_authenticate

boolean _authenticate

Class org.mortbay.jetty.security.DigestAuthenticator extends Object implements Serializable

Serialized Fields

maxNonceAge

long maxNonceAge

nonceSecret

long nonceSecret

useStale

boolean useStale

Class org.mortbay.jetty.security.FormAuthenticator extends Object implements Serializable

Serialized Fields

_formErrorPage

String _formErrorPage

_formErrorPath

String _formErrorPath

_formLoginPage

String _formLoginPage

_formLoginPath

String _formLoginPath

Package org.mortbay.jetty.servlet

Class org.mortbay.jetty.servlet.AbstractSessionManager.Session extends Object implements Serializable

Serialized Fields

_clusterId

String _clusterId

_nodeId

String _nodeId

_idChanged

boolean _idChanged

_created

long _created

_cookieSet

long _cookieSet

_accessed

long _accessed

_lastAccessed

long _lastAccessed

_invalid

boolean _invalid

_doInvalidate

boolean _doInvalidate

_maxIdleMs

long _maxIdleMs

_newSession

boolean _newSession

_values

Map<K,V> _values

_requests

int _requests

Class org.mortbay.jetty.servlet.DefaultServlet extends HttpServlet implements Serializable

Serialized Fields

_context

ContextHandler.SContext _context

_acceptRanges

boolean _acceptRanges

_dirAllowed

boolean _dirAllowed

_redirectWelcome

boolean _redirectWelcome

_gzip

boolean _gzip

_resourceBase

Resource _resourceBase

_nioCache

org.mortbay.jetty.servlet.DefaultServlet.NIOResourceCache _nioCache

_bioCache

ResourceCache _bioCache

_mimeTypes

MimeTypes _mimeTypes

_welcomes

String[] _welcomes

_aliases

boolean _aliases

_useFileMappedBuffer

boolean _useFileMappedBuffer

_cacheControl

ByteArrayBuffer _cacheControl

Class org.mortbay.jetty.servlet.FilterHolder extends Holder implements Serializable

Class org.mortbay.jetty.servlet.HashSessionManager.Session extends AbstractSessionManager.Session implements Serializable

serialVersionUID: -2134521374206116367L

Class org.mortbay.jetty.servlet.Holder extends AbstractLifeCycle implements Serializable

Serialized Fields

_className

String _className

_displayName

String _displayName

_initParams

Map<K,V> _initParams

_extInstance

boolean _extInstance

_name

String _name

_servletHandler

ServletHandler _servletHandler

Class org.mortbay.jetty.servlet.Invoker extends HttpServlet implements Serializable

Serialized Fields

_contextHandler

ContextHandler _contextHandler

_servletHandler

ServletHandler _servletHandler

_invokerEntry

Map.Entry<K,V> _invokerEntry

_parameters

Map<K,V> _parameters

_nonContextServlets

boolean _nonContextServlets

_verbose

boolean _verbose

Class org.mortbay.jetty.servlet.PathMap extends HashMap implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.mortbay.jetty.servlet.ServletHolder extends Holder implements Serializable

Serialized Fields

_initOrder

int _initOrder

_initOnStartup

boolean _initOnStartup

_roleMap

Map<K,V> _roleMap

_forcedPath

String _forcedPath

_runAs

String _runAs

_realm

UserRealm _realm

Package org.mortbay.jetty.webapp

Class org.mortbay.jetty.webapp.JettyWebXmlConfiguration extends Object implements Serializable

Serialized Fields

_context

WebAppContext _context

Class org.mortbay.jetty.webapp.TagLibConfiguration extends Object implements Serializable

Serialized Fields

_context

WebAppContext _context

Class org.mortbay.jetty.webapp.WebInfConfiguration extends Object implements Serializable

Serialized Fields

_context

WebAppContext _context

Class org.mortbay.jetty.webapp.WebXmlConfiguration extends Object implements Serializable

Serialized Fields

_context

WebAppContext _context

_xmlParser

XmlParser _xmlParser

_filters

Object _filters

_filterMappings

Object _filterMappings

_servlets

Object _servlets

_servletMappings

Object _servletMappings

_welcomeFiles

Object _welcomeFiles

_constraintMappings

Object _constraintMappings

_listeners

Object _listeners

_errorPages

Map<K,V> _errorPages

_hasJSP

boolean _hasJSP

_jspServletName

String _jspServletName

_jspServletClass

String _jspServletClass

_defaultWelcomeFileList

boolean _defaultWelcomeFileList

_servletHandler

ServletHandler _servletHandler

_version

int _version

Package org.mortbay.naming.factories

Class org.mortbay.naming.factories.MailSessionReference extends Reference implements Serializable


Package org.mortbay.resource

Class org.mortbay.resource.FileResource extends URLResource implements Serializable

Serialized Fields

_file

File _file

Class org.mortbay.resource.JarResource extends URLResource implements Serializable

Class org.mortbay.resource.Resource extends Object implements Serializable

Serialized Fields

_associate

Object _associate

Class org.mortbay.resource.URLResource extends Resource implements Serializable

Serialized Fields

_url

URL _url

_urlString

String _urlString

Package org.mortbay.servlet

Class org.mortbay.servlet.CGI extends HttpServlet implements Serializable

Serialized Fields

_ok

boolean _ok

_docRoot

File _docRoot

_path

String _path

_cmdPrefix

String _cmdPrefix

_env

org.mortbay.servlet.CGI.EnvList _env

_ignoreExitState

boolean _ignoreExitState

Class org.mortbay.servlet.ConcatServlet extends HttpServlet implements Serializable

Serialized Fields

_development

boolean _development

_lastModified

long _lastModified

_context

ServletContext _context

Class org.mortbay.servlet.NoJspServlet extends HttpServlet implements Serializable


Package org.mortbay.thread

Class org.mortbay.thread.BoundedThreadPool extends AbstractLifeCycle implements Serializable

Serialized Fields

_daemon

boolean _daemon

_id

int _id

_idle

List<E> _idle

_lock

Object _lock

_joinLock

Object _joinLock

_lastShrink

long _lastShrink

_maxIdleTimeMs

int _maxIdleTimeMs

_maxThreads

int _maxThreads

_minThreads

int _minThreads

_name

String _name

_queue

List<E> _queue

_threads

Set<E> _threads

_warned

boolean _warned

_lowThreads

int _lowThreads

_priority

int _priority

Class org.mortbay.thread.QueuedThreadPool extends AbstractLifeCycle implements Serializable

Serialized Fields

_name

String _name

_threads

Set<E> _threads

_idle

List<E> _idle

_jobs

Runnable[] _jobs

_nextJob

int _nextJob

_nextJobSlot

int _nextJobSlot

_queued

int _queued

_daemon

boolean _daemon

_id

int _id

_threadLock

Object _threadLock

_idleLock

Object _idleLock

_jobsLock

Object _jobsLock

_joinLock

Object _joinLock

_lastShrink

long _lastShrink

_maxIdleTimeMs

int _maxIdleTimeMs

_maxThreads

int _maxThreads

_minThreads

int _minThreads

_warned

boolean _warned

_lowThreads

int _lowThreads

_priority

int _priority

_spawnOrShrinkAt

int _spawnOrShrinkAt

Package org.mortbay.util

Class org.mortbay.util.IO extends BoundedThreadPool implements Serializable

Class org.mortbay.util.LazyList extends Object implements Serializable

Class org.mortbay.util.MultiException extends Exception implements Serializable

Serialized Fields

nested

Object nested

Class org.mortbay.util.MultiMap extends HashMap implements Serializable

Class org.mortbay.util.StringMap extends AbstractMap implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.mortbay.util.UrlEncoded extends MultiMap implements Serializable



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.