Serialized Form
Package com.arsdigita.acs |
httpStatus
int httpStatus
title
String title
complaints
Vector complaints
httpStatus
int httpStatus
title
String title
Package com.arsdigita.acs.bboard |
Package com.arsdigita.acs.tags |
sqltag
SqlTag sqltag
value
String value
name
String name
var
String var
className
String className
rs
ResultSet rs
default_value
String default_value
obj
String obj
type
String type
vars
String vars
ds
DataSource ds
rs
ResultSet rs
set
AdSet set
sql
SqlStatement sql
row_name
String row_name
rs
ResultSet rs
num_rows
int num_rows
redirect
boolean redirect
ds
DataSource ds
num_rows
int num_rows
joinText
String joinText
obj
String obj
type
String type
key
String key
val
String val
duration
Integer duration
obj
String obj
type
String type
vars
String vars
complaints
Vector complaints
db
Database db
parameters
Parameters parameters
obj
String obj
type
String type
sources
Vector sources
db
Database db
sql
SqlStatement sql
value
String value
var
String var
dsName
String dsName
encode
boolean encode
vars
String vars
complaints
Vector complaints
db
Database db
method
String method
- do we forward or include the template?
(some pages require templates to be included rather than forwarded)
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings
and arrays.
causeException
Exception causeException
-
errorCode
String errorCode
- Vendor specific error code
linkedException
Exception linkedException
- Exception reference
next
Exception next
- The next exception in the chain.
-
type
int type
- The event type.
-
type
int type
- The event type.
-
type
int type
- The event type.
-
type
int type
- The event type.
-
removed
boolean removed
- If true, this event is the result of an explicit
expunge by this client, and the messages in this
folder have been renumbered to account for this.
If false, this event is the result of an expunge
by external sources.
-
type
int type
- The event type.
-
message
String message
- The message text to be presented to the user.
-
type
int type
- The event type.
-
Package javax.mail.internet |
ref
String ref
- The string being parsed.
-
pos
int pos
- The index in the string where the error occurred, or -1 if not known.
-
Package javax.mail.search |
buf
byte[] buf
- Contains the bytes of the address.
This field is initialized by the constructor and returned
using getAddressBytes() and getAddressContents().
-
boundObj
Object boundObj
- Contains this binding's object.
It is initialized by the constuctor and can be updated using
setObject.
-
- See Also:
Binding.getObject()
,
Binding.setObject(java.lang.Object)
remainingNewName
Name remainingNewName
- Contains the remaining unresolved part of the second
"name" argument to Context.rename().
This information necessary for
continuing the Context.rename() operation.
This field is initialized to null.
It should not be manipulated directly: it should
be accessed and updated using getRemainingName() and setRemainingName().
-
- See Also:
CannotProceedException.getRemainingNewName()
,
CannotProceedException.setRemainingNewName(javax.naming.Name)
environment
Hashtable environment
- Contains the environment
relevant for the Context or DirContext method that cannot proceed.
This field is initialized to null.
It should not be manipulated directly: it should be accessed
and updated using getEnvironment() and setEnvironment().
-
- See Also:
CannotProceedException.getEnvironment()
,
CannotProceedException.setEnvironment(java.util.Hashtable)
altName
Name altName
- Contains the name of the resolved object, relative
to the context
altNameCtx
. It is a composite name.
If null, then no name is specified.
See the javax.naming.spi.ObjectFactory.getObjectInstance
method for details on how this is used.
This field is initialized to null.
It should not be manipulated directly: it should
be accessed and updated using getAltName() and setAltName().
-
- See Also:
CannotProceedException.getAltName()
,
CannotProceedException.setAltName(javax.naming.Name)
,
CannotProceedException.altNameCtx
,
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)
altNameCtx
Context altNameCtx
- Contains the context relative to which
altName
is specified. If null, then the default initial
context is implied.
See the javax.naming.spi.ObjectFactory.getObjectInstance
method for details on how this is used.
This field is initialized to null.
It should not be manipulated directly: it should
be accessed and updated using getAltNameCtx() and setAltNameCtx().
-
- See Also:
CannotProceedException.getAltNameCtx()
,
CannotProceedException.setAltNameCtx(javax.naming.Context)
,
CannotProceedException.altName
,
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Overriden to avoid implementation dependency.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Overriden to avoid implementation dependency.
- Serial Data:
- The number of components (an int) followed by
the individual components (each a String).
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Overriden to avoid implementation dependency.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Overriden to avoid implementation dependency.
- Serial Data:
- The syntax Properties, followed by
the number of components (an int), and the individual
components (each a String).
linkResolvedName
Name linkResolvedName
- Contains the part of the link that has been successfully resolved.
It is a composite name and can be null.
This field is initialized by the constructors.
You should access and manipulate this field
through its get and set methods.
-
- See Also:
LinkException.getLinkResolvedName()
,
LinkException.setLinkResolvedName(javax.naming.Name)
linkResolvedObj
Object linkResolvedObj
- Contains the object to which resolution of the part of the link was successful.
Can be null. This field is initialized by the constructors.
You should access and manipulate this field
through its get and set methods.
-
- See Also:
LinkException.getLinkResolvedObj()
,
LinkException.setLinkResolvedObj(java.lang.Object)
linkRemainingName
Name linkRemainingName
- Contains the remaining link name that has not been resolved yet.
It is a composite name and can be null.
This field is initialized by the constructors.
You should access and manipulate this field
through its get and set methods.
-
- See Also:
LinkException.getLinkRemainingName()
,
LinkException.setLinkRemainingName(javax.naming.Name)
linkExplanation
String linkExplanation
- Contains the exception of why resolution of the link failed.
Can be null. This field is initialized by the constructors.
You should access and manipulate this field
through its get and set methods.
-
- See Also:
LinkException.getLinkExplanation()
,
LinkException.setLinkExplanation(java.lang.String)
name
String name
- Contains the name of this NameClassPair.
It is initialized by the constructor and can be updated using
setName().
-
- See Also:
NameClassPair.getName()
,
NameClassPair.setName(java.lang.String)
className
String className
- Contains the class name contained in this NameClassPair.
It is initialized by the constructor and can be updated using
setClassName().
-
- See Also:
NameClassPair.getClassName()
,
NameClassPair.setClassName(java.lang.String)
isRel
boolean isRel
- Records whether the name of this NameClassPair
is relative to the target context.
It is initialized by the constructor and can be updated using
setRelative().
-
- See Also:
NameClassPair.isRelative()
,
NameClassPair.setRelative(boolean)
,
NameClassPair.getName()
,
NameClassPair.setName(java.lang.String)
components
Vector components
syntaxDirection
String syntaxDirection
syntaxSeparator
String syntaxSeparator
syntaxSeparator2
String syntaxSeparator2
syntaxCaseInsensitive
boolean syntaxCaseInsensitive
syntaxTrimBlanks
boolean syntaxTrimBlanks
syntaxEscape
String syntaxEscape
syntaxBeginQuote1
String syntaxBeginQuote1
syntaxEndQuote1
String syntaxEndQuote1
syntaxBeginQuote2
String syntaxBeginQuote2
syntaxEndQuote2
String syntaxEndQuote2
syntaxAvaSeparator
String syntaxAvaSeparator
syntaxTypevalSeparator
String syntaxTypevalSeparator
STYLE_NONE
int STYLE_NONE
STYLE_QUOTE1
int STYLE_QUOTE1
STYLE_QUOTE2
int STYLE_QUOTE2
STYLE_ESCAPE
int STYLE_ESCAPE
escapingStyle
int escapingStyle
resolvedName
Name resolvedName
- Contains the part of the name that has been successfully resolved.
It is a composite name and can be null.
This field is initialized by the constructors.
You should access and manipulate this field
through its get and set methods.
-
- See Also:
NamingException.getResolvedName()
,
NamingException.setResolvedName(javax.naming.Name)
resolvedObj
Object resolvedObj
- Contains the object to which resolution of the part of the name was
successful. Can be null.
This field is initialized by the constructors.
You should access and manipulate this field
through its get and set methods.
-
- See Also:
NamingException.getResolvedObj()
,
NamingException.setResolvedObj(java.lang.Object)
remainingName
Name remainingName
- Contains the remaining name that has not been resolved yet.
It is a composite name and can be null.
This field is initialized by the constructors.
You should access and manipulate this field
through its get, set, "append" methods.
-
- See Also:
NamingException.getRemainingName()
,
NamingException.setRemainingName(javax.naming.Name)
,
NamingException.appendRemainingName(javax.naming.Name)
,
NamingException.appendRemainingComponent(java.lang.String)
rootException
Throwable rootException
- Contains the original exception that caused this NamingException to
be thrown. This field is set if there is additional
information that that could be obtained from the original
exception, or if there original exception could not be
mapped to a subclass of NamingException.
Can be null. This field is initialized by the constructors.
You should access and manipulate this field
through its get and set methods.
-
- See Also:
NamingException.getRootCause()
,
NamingException.setRootCause(java.lang.Throwable)
addrType
String addrType
- Contains the type of this address.
-
className
String className
- Contains the fully-qualified name of the class of the object to which
this Reference refers.
-
- See Also:
Class.getName()
addrs
Vector addrs
- Contains the adddresses contained in this Reference.
Initialized by constructor.
-
classFactory
String classFactory
- Contains the name of the factory class for creating
an instance of the object to which this Reference refers.
Initialized to null.
-
classFactoryLocation
String classFactoryLocation
- Contains the location of the factory class.
Initialized to null.
-
contents
String contents
- Contains the contents of this address.
Can be null.
-
Package javax.naming.directory |
unexecs
ModificationItem[] unexecs
- Contains the possibly null list of unexecuted modifications.
-
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Overriden to avoid exposing implementation details.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Overriden to avoid exposing implementation details
- Serial Data:
- Default field (the attribute ID -- a String),
followed by the number of values (an int), and the
individual values.
attrID
String attrID
- Holds the attribute's id. It is initialized by the public constructor and
cannot be null unless methods in Attribute that use attrID
have been overridden.
-
ordered
boolean ordered
- A flag for recording whether this attribute's values are ordered.
-
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Overriden to avoid exposing implementation details.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Overriden to avoid exposing implementation details.
- Serial Data:
- Default field (ignoreCase flag -- a boolean), followed by
the number of attributes in the set
(an int), and then the individual Attribute objects.
ignoreCase
boolean ignoreCase
- Indicates whether case of attribute ids is ignored.
-
mod_op
int mod_op
- Contains an integer identify the modification
to be performed.
-
attr
Attribute attr
- Contains the attribute identifying
the attribute and/or its value to be applied for the modification.
-
searchScope
int searchScope
- Contains the scope with which to apply the search. One of
ONELEVE_SCOPE, OBJECT_SCOPE, or
SUBTREE_SCOPE.
-
timeLimit
int timeLimit
- Contains the milliseconds to wait before returning
from search.
-
derefLink
boolean derefLink
- Indicates whether JNDI links are dereferenced during
search.
-
returnObj
boolean returnObj
- Indicates whether object is returned in SearchResult.
-
countLimit
long countLimit
- Contains the maximum number of SearchResults to return.
-
attributesToReturn
String[] attributesToReturn
- Contains the list of attributes to be returned in
SearchResult for each matching entry of search. null
indicates that all attributes are to be returned.
-
attrs
Attributes attrs
- Contains the attributes returned with the object.
-
Package javax.naming.event |
changeInfo
Object changeInfo
- Contains information about the change that generated this event.
-
type
int type
- Contains the type of this event.
-
- See Also:
NamingEvent.OBJECT_ADDED
,
NamingEvent.OBJECT_REMOVED
,
NamingEvent.OBJECT_RENAMED
,
NamingEvent.OBJECT_CHANGED
oldBinding
Binding oldBinding
- Contains information about the object before the change.
-
newBinding
Binding newBinding
- Contains information about the object after the change.
-
exception
NamingException exception
- Contains the exception that was thrown
-
Package javax.naming.ldap |
notice
UnsolicitedNotification notice
- The notification that caused this event to be fired.
-
resolvedObj
Object resolvedObj
- Field containing the Object that was resolved to successfully.
It can be null only when constructed using a subclass.
Constructors should always initialize this.
-
remainingName
Name remainingName
- Field containing the remaining name yet to be resolved.
It can be null only when constructed using a subclass.
Constructors should always initialize this.
-
repid
String repid
- The class's RepositoryId.
codebase
String codebase
- A space-separated list of codebase URLs.
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Serialization method to restore the IOR state.
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serialization method to save the IOR state.
- Serial Data:
- The length of the IOR type ID (int), followed by the IOR type ID
(byte array encoded using ISO8859-1), followed by the number of IOR profiles
(int), followed by the IOR profiles. Each IOR profile is written as a
profile tag (int), followed by the length of the profile data (int), followed
by the profile data (byte array).
rootCause
Throwable rootCause
servlet
Servlet servlet
permanent
boolean permanent
seconds
int seconds
Package javax.servlet.http |
name
String name
Package javax.servlet.jsp |
Package javax.servlet.jsp.tagext |
bodyContent
BodyContent bodyContent
parent
Tag parent
values
Hashtable values
id
String id
pageContext
PageContext pageContext
ex
SQLException ex
Package javax.transaction |
errorCode
int errorCode
- The error code to create the SystemException with
- The error code for the exception
Package javax.transaction.xa |
errorCode
int errorCode
- The error code to create the SystemException with
- The error code for the exception
Package org.apache.java.util |
file
String file
- The file connected to this repository (holding comments and such)
-
model
String model
- The file that contains the model of this repository
-