Serialized Form
Package org.chwf.converter |
rootCause
java.lang.Throwable rootCause
- The original error.
key
java.lang.String key
- The message pattern.
arguments
java.lang.Object[] arguments
- The message arguments.
context
java.lang.String context
- The context in which the message was generated.
message
Message message
- The message.
message
Message message
- The message.
Package org.chwf.registry |
data
java.util.Map data
- Registry data.
Package org.chwf.resources |
cause
java.lang.Throwable cause
- Root cause.
chainedException
ResourceException chainedException
- Chained exception.
parameter
java.lang.String parameter
- The missing parameter.
parameters
java.lang.String[] parameters
- The missing parameters.
parameterErrors
java.util.Map parameterErrors
- A map linking parameters to errors.
parameter
java.lang.String parameter
- The parameter name.
error
java.lang.Throwable error
- The original error.
Package org.chwf.servlet.filter |
filterSet
FilterSet filterSet
- Set of filters.
Package org.chwf.taglib.base |
parameterMap
java.util.Map parameterMap
- Map for accumulating parameters.
attributeMap
java.util.Map attributeMap
- Map for accumulating pass-through attributes.
parameterMap
java.util.Map parameterMap
- Map for accumulating parameters.
attributeMap
java.util.Map attributeMap
- Map for accumulating pass-through attributes.
var
java.lang.String var
- The variable name used to store retrieved properties.
property
java.lang.String property
- The object property.
objectName
java.lang.String objectName
- The object name (used for lookup).
object
java.lang.Object object
- The object.
el
java.lang.String el
- The object.
rootCause
java.lang.Throwable rootCause
- Root cause.
Package org.chwf.taglib.jhtml |
normalPattern
java.lang.String normalPattern
- Pattern for normal fields.
errorPattern
java.lang.String errorPattern
- Pattern for fields with errors.
message
java.lang.String message
- Instance variable caching the error message, if any.
beanFilter
BeanFilter beanFilter
- The filter.
propertyFilter
PropertyFilter propertyFilter
- Instance variable to cache the property filter.
name
java.lang.String name
- Instance variable to cache the property filter.
formTag
FormTag formTag
- Parent form tag.
formTagRetrieved
boolean formTagRetrieved
- Flag indicating formTag was retrieved.
action
java.lang.String action
- The form action.
validations
java.lang.Boolean validations
- Whether validations are supported.
type
java.lang.String type
- The input type.
validations
java.lang.Boolean validations
- Whether validations are supported.
options
java.util.Map options
- The input type.
forField
java.lang.String forField
- The field that this label is for.
href
java.lang.String href
- Link href.
link
java.lang.StringBuffer link
- Buffer to generate the encoded link.
Package org.chwf.taglib.ji18n |
name
java.lang.String name
- Message name.
resource
java.lang.String resource
- Message resource.
arguments
java.util.Collection arguments
- Message arguments.
basename
java.lang.String basename
- Message key.
value
java.lang.String value
- The url value.
i18n
java.lang.String i18n
- Whether to include the country.
Package org.chwf.taglib.jutil |
name
java.lang.String name
- Element name.
var
java.lang.String var
- The looping variable.
collection
java.lang.String collection
- The collection name.
iterator
java.util.Iterator iterator
- The iterator for looping.
count
int count
- A counter.
el
java.lang.String el
- The object.
initialized
boolean initialized
- Whether the test value is initialized.
testResult
boolean testResult
- The test value.
var
java.lang.String var
- The variable name.
type
java.lang.String type
- The class name of the new object.
name
java.lang.String name
- The parameter name.
property
java.lang.String property
- The object property.
objectName
java.lang.String objectName
- The object name (used for lookup).
object
java.lang.Object object
- The object.
parameter
java.lang.String parameter
- For parameter-associated errors.
datatype
java.lang.String datatype
- Logical datatype.
attribute
java.lang.String attribute
- Property attribute.
controller
java.lang.String controller
- The controller name.
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes this map from the given stream.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Serializes this map to the given stream.
Copyright © 2002-2004, Paul Strack. All Rights Reserved.