Serialized Form
redirectCount
int redirectCount
parent
Tag parent
body
BodyContent body
tz
String tz
pageType
String pageType
myDS
DataSource myDS
myDS2
DataSource myDS2
myDS99
DataSource myDS99
myMailSession
Session myMailSession
wiggle
Double wiggle
woggle
Integer woggle
redirectCount
int redirectCount
pageType
String pageType
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
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 |
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.
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.
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 |
name
String name
value
Object value
rootCause
Throwable rootCause
name
String name
value
Object value
request
ServletRequest request
servlet
Servlet servlet
permanent
boolean permanent
seconds
int seconds
Package javax.servlet.http |
name
String name
value
Object value
Package javax.servlet.jsp |
Package javax.servlet.jsp.el |
mRootCause
Throwable mRootCause
- Deprecated.
Package javax.servlet.jsp.jstl.core |
result
boolean result
var
String var
scope
int scope
serialVersionUID: 1L
i
Integer i
orig
ValueExpression orig
serialVersionUID: 1L
i
int i
iteratedExpression
IteratedExpression iteratedExpression
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 |
bodyContent
BodyContent bodyContent
- The current BodyContent for this BodyTag.
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 |
Package org.apache.jasper.runtime |
Package org.apache.jasper.servlet |
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 |
df
DateFormat df
lastSec
long lastSec
sb
StringBuffer sb
fp
FieldPosition fp
Package org.apache.taglibs.standard.extra.spath |
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.
select
String select
var
String var
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 |
mRootCause
Throwable mRootCause
Package org.apache.taglibs.standard.lang.jstl.parser |
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.
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 |
var
String var
caught
boolean caught
subtagGateClosed
boolean subtagGateClosed
items
ForEachSupport.ForEachIterator items
rawItems
Object rawItems
items
Object items
delims
String delims
st
StringTokenizer st
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
value
Object value
def
String def
escapeXml
boolean escapeXml
needBody
boolean needBody
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.
url
String url
context
String context
var
String var
scope
int scope
params
ParamSupport.ParamManager params
APPLICATION
String APPLICATION
SESSION
String SESSION
REQUEST
String REQUEST
PAGE
String PAGE
scope
int scope
scopeSpecified
boolean scopeSpecified
var
String var
value
Object value
valueSpecified
boolean valueSpecified
target
Object target
property
String property
var
String var
scope
int scope
scopeSpecified
boolean scopeSpecified
value
String value
context
String context
var
String var
scope
int scope
params
ParamSupport.ParamManager params
Package org.apache.taglibs.standard.tag.common.fmt |
basename
String basename
prefix
String prefix
locCtxt
LocalizationContext locCtxt
value
Date value
type
String type
pattern
String pattern
timeZone
Object timeZone
dateStyle
String dateStyle
timeStyle
String timeStyle
var
String var
scope
int scope
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
keyAttrValue
String keyAttrValue
keySpecified
boolean keySpecified
bundleAttrValue
LocalizationContext bundleAttrValue
bundleSpecified
boolean bundleSpecified
var
String var
scope
int scope
params
List<E> params
value
Object value
valueSpecified
boolean valueSpecified
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
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
value
String value
charEncoding
String charEncoding
basename
String basename
scope
int scope
var
String var
value
Object value
variant
String variant
scope
int scope
value
Object value
scope
int scope
var
String var
value
Object value
timeZone
TimeZone timeZone
Package org.apache.taglibs.standard.tag.common.sql |
type
String type
value
Date value
driverClassName
String driverClassName
jdbcURL
String jdbcURL
scope
int scope
userName
String userName
var
String var
value
Object value
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
dataSource
Object dataSource
dataSourceSpecified
boolean dataSourceSpecified
jdbcURL
String jdbcURL
driverClassName
String driverClassName
userName
String userName
password
String password
scope
int scope
var
String var
rawDataSource
Object rawDataSource
dataSourceSpecified
boolean dataSourceSpecified
conn
Connection conn
isolation
int isolation
origIsolation
int origIsolation
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 |
select
String select
escapeXml
boolean escapeXml
select
String select
nodes
List<E> nodes
nodesIndex
int nodesIndex
current
Node current
select
String select
name
String name
value
Object value
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
select
String select
var
String var
scope
int scope
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
select
String select
Package org.apache.taglibs.standard.tag.el.core |
begin_
String begin_
end_
String end_
step_
String step_
items_
String items_
begin_
String begin_
end_
String end_
step_
String step_
items_
String items_
delims_
String delims_
test
String test
context_
String context_
charEncoding_
String charEncoding_
url_
String url_
value_
String value_
default_
String default_
escapeXml_
String escapeXml_
name_
String name_
value_
String value_
url_
String url_
context_
String context_
value_
String value_
target_
String target_
property_
String property_
value_
String value_
context_
String context_
test
String test
Package org.apache.taglibs.standard.tag.el.fmt |
basename_
String basename_
prefix_
String prefix_
value_
String value_
type_
String type_
dateStyle_
String dateStyle_
timeStyle_
String timeStyle_
pattern_
String pattern_
timeZone_
String timeZone_
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_
key_
String key_
bundle_
String bundle_
value_
String value_
value_
String value_
type_
String type_
dateStyle_
String dateStyle_
timeStyle_
String timeStyle_
pattern_
String pattern_
timeZone_
String timeZone_
parseLocale_
String parseLocale_
value_
String value_
type_
String type_
pattern_
String pattern_
parseLocale_
String parseLocale_
integerOnly_
String integerOnly_
value_
String value_
basename_
String basename_
value_
String value_
variant_
String variant_
value_
String value_
value_
String value_
Package org.apache.taglibs.standard.tag.el.sql |
valueEL
String valueEL
typeEL
String typeEL
valueEL
String valueEL
dataSourceEL
String dataSourceEL
sqlEL
String sqlEL
startRowEL
String startRowEL
maxRowsEL
String maxRowsEL
dataSourceEL
String dataSourceEL
driverClassNameEL
String driverClassNameEL
jdbcURLEL
String jdbcURLEL
userNameEL
String userNameEL
passwordEL
String passwordEL
dataSourceEL
String dataSourceEL
isolationEL
String isolationEL
dataSourceEL
String dataSourceEL
sqlEL
String sqlEL
Package org.apache.taglibs.standard.tag.el.xml |
escapeXml_
String escapeXml_
name_
String name_
value_
String value_
xml_
String xml_
systemId_
String systemId_
filter_
String filter_
xml_
String xml_
xmlSystemId_
String xmlSystemId_
xslt_
String xslt_
xsltSystemId_
String xsltSystemId_
result_
String result_
Package org.apache.taglibs.standard.tag.rt.core |
test
boolean test
test
boolean test
Package org.apache.taglibs.standard.tag.rt.fmt |
Package org.apache.taglibs.standard.tag.rt.sql |
isolationRT
String isolationRT
Package org.apache.taglibs.standard.tag.rt.xml |
Package org.mortbay.cometd |
_bayeux
AbstractBayeux _bayeux
_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 |
Package org.mortbay.jetty |
_status
int _status
_reason
String _reason
_maxCachedFileSize
int _maxCachedFileSize
_maxCachedFiles
int _maxCachedFiles
_maxCacheSize
int _maxCacheSize
_mimeTypes
MimeTypes _mimeTypes
Package org.mortbay.jetty.annotations |
Package org.mortbay.jetty.ant |
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 |
greeting
String greeting
Package org.mortbay.jetty.plugin |
classPathFiles
List<E> classPathFiles
webXmlFile
File webXmlFile
Package org.mortbay.jetty.plus.jaas |
name
String name
Package org.mortbay.jetty.plus.webapp |
_callbacks
LifeCycleCallbackCollection _callbacks
_injections
InjectionCollection _injections
_runAsCollection
RunAsCollection _runAsCollection
_metadataComplete
boolean _metadataComplete
_key
Integer _key
webAppContext
WebAppContext webAppContext
compCtx
Context compCtx
jettyEnvXmlUrl
URL jettyEnvXmlUrl
Package org.mortbay.jetty.security |
_maxHandShakeSeconds
int _maxHandShakeSeconds
_name
String _name
_roles
String[] _roles
_dataConstraint
int _dataConstraint
_anyRole
boolean _anyRole
_authenticate
boolean _authenticate
maxNonceAge
long maxNonceAge
nonceSecret
long nonceSecret
useStale
boolean useStale
_formErrorPage
String _formErrorPage
_formErrorPath
String _formErrorPath
_formLoginPage
String _formLoginPage
_formLoginPath
String _formLoginPath
Package org.mortbay.jetty.servlet |
_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
_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
serialVersionUID: -2134521374206116367L
_className
String _className
_displayName
String _displayName
_initParams
Map<K,V> _initParams
_extInstance
boolean _extInstance
_name
String _name
_servletHandler
ServletHandler _servletHandler
_contextHandler
ContextHandler _contextHandler
_servletHandler
ServletHandler _servletHandler
_invokerEntry
Map.Entry<K,V> _invokerEntry
_parameters
Map<K,V> _parameters
_nonContextServlets
boolean _nonContextServlets
_verbose
boolean _verbose
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
_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 |
_context
WebAppContext _context
_context
WebAppContext _context
_context
WebAppContext _context
_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 |
Package org.mortbay.resource |
_file
File _file
_associate
Object _associate
_url
URL _url
_urlString
String _urlString
Package org.mortbay.servlet |
_ok
boolean _ok
_docRoot
File _docRoot
_path
String _path
_cmdPrefix
String _cmdPrefix
_env
org.mortbay.servlet.CGI.EnvList _env
_ignoreExitState
boolean _ignoreExitState
_development
boolean _development
_lastModified
long _lastModified
_context
ServletContext _context
Package org.mortbay.thread |
_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
_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
nested
Object nested
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.