Serialized Form


Package org.chwf.config

Class org.chwf.config.ConfigurationException implements Serializable


Package org.chwf.converter

Class org.chwf.converter.ConversionConfigurationException implements Serializable

Class org.chwf.converter.ConversionException implements Serializable


Package org.chwf.filter

Class org.chwf.filter.FilterException implements Serializable

Class org.chwf.filter.InitializationException implements Serializable

Class org.chwf.filter.OperationException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause
The original error.

Class org.chwf.filter.PropertyNotFoundException implements Serializable

Class org.chwf.filter.PropertyNotReadableException implements Serializable

Class org.chwf.filter.PropertyNotWriteableException implements Serializable

Class org.chwf.filter.ValidationException implements Serializable


Package org.chwf.i18n

Class org.chwf.i18n.Message implements Serializable

Serialized Fields

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.

Class org.chwf.i18n.MessageException implements Serializable

Serialized Fields

message

Message message
The message.

Class org.chwf.i18n.RuntimeMessageException implements Serializable

Serialized Fields

message

Message message
The message.


Package org.chwf.plugin

Class org.chwf.plugin.AuthenticationException implements Serializable


Package org.chwf.registry

Class org.chwf.registry.GlobalUserRegistry implements Serializable

Class org.chwf.registry.RegistryException implements Serializable

Class org.chwf.registry.UserRegistry implements Serializable

Serialized Fields

data

java.util.Map data
Registry data.


Package org.chwf.resources

Class org.chwf.resources.ResourceException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Root cause.

chainedException

ResourceException chainedException
Chained exception.

Class org.chwf.resources.ResourceInitException implements Serializable


Package org.chwf.servlet

Class org.chwf.servlet.Controller implements Serializable

Class org.chwf.servlet.ControllerException implements Serializable

Class org.chwf.servlet.MissingParameterException implements Serializable

Serialized Fields

parameter

java.lang.String parameter
The missing parameter.

Class org.chwf.servlet.MultiMissingParameterException implements Serializable

Serialized Fields

parameters

java.lang.String[] parameters
The missing parameters.

Class org.chwf.servlet.MultiParameterException implements Serializable

Serialized Fields

parameterErrors

java.util.Map parameterErrors
A map linking parameters to errors.

Class org.chwf.servlet.ParameterException implements Serializable

Serialized Fields

parameter

java.lang.String parameter
The parameter name.

error

java.lang.Throwable error
The original error.

Class org.chwf.servlet.RequestParameterMap implements Serializable

Class org.chwf.servlet.ServletData implements Serializable


Package org.chwf.servlet.filter

Class org.chwf.servlet.filter.FilterServlet implements Serializable

Serialized Fields

filterSet

FilterSet filterSet
Set of filters.


Package org.chwf.taglib.base

Class org.chwf.taglib.base.LifeCycleBodyTagSupport implements Serializable

Serialized Fields

parameterMap

java.util.Map parameterMap
Map for accumulating parameters.

attributeMap

java.util.Map attributeMap
Map for accumulating pass-through attributes.

Class org.chwf.taglib.base.LifeCycleTagSupport implements Serializable

Serialized Fields

parameterMap

java.util.Map parameterMap
Map for accumulating parameters.

attributeMap

java.util.Map attributeMap
Map for accumulating pass-through attributes.

Class org.chwf.taglib.base.ObjectTagSupport implements Serializable

Serialized Fields

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.

Class org.chwf.taglib.base.TagException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause
Root cause.


Package org.chwf.taglib.jhtml

Class org.chwf.taglib.jhtml.FieldPatternTag implements Serializable

Serialized Fields

normalPattern

java.lang.String normalPattern
Pattern for normal fields.

errorPattern

java.lang.String errorPattern
Pattern for fields with errors.

Class org.chwf.taglib.jhtml.FieldTag implements Serializable

Serialized Fields

message

java.lang.String message
Instance variable caching the error message, if any.

Class org.chwf.taglib.jhtml.FieldTagSupport implements Serializable

Serialized Fields

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.

Class org.chwf.taglib.jhtml.FormTag implements Serializable

Serialized Fields

action

java.lang.String action
The form action.

validations

java.lang.Boolean validations
Whether validations are supported.

Class org.chwf.taglib.jhtml.InputTag implements Serializable

Serialized Fields

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.

Class org.chwf.taglib.jhtml.LabelTag implements Serializable

Serialized Fields

forField

java.lang.String forField
The field that this label is for.

Class org.chwf.taglib.jhtml.LinkTag implements Serializable

Serialized Fields

href

java.lang.String href
Link href.

link

java.lang.StringBuffer link
Buffer to generate the encoded link.


Package org.chwf.taglib.ji18n

Class org.chwf.taglib.ji18n.IncludeBodyTag implements Serializable

Class org.chwf.taglib.ji18n.IncludeTag implements Serializable

Class org.chwf.taglib.ji18n.MessageTag implements Serializable

Serialized Fields

name

java.lang.String name
Message name.

resource

java.lang.String resource
Message resource.

arguments

java.util.Collection arguments
Message arguments.

Class org.chwf.taglib.ji18n.ResourceTag implements Serializable

Serialized Fields

basename

java.lang.String basename
Message key.

Class org.chwf.taglib.ji18n.UrlTag implements Serializable

Serialized Fields

value

java.lang.String value
The url value.

i18n

java.lang.String i18n
Whether to include the country.


Package org.chwf.taglib.jutil

Class org.chwf.taglib.jutil.AttributeTag implements Serializable

Class org.chwf.taglib.jutil.ElementTag implements Serializable

Serialized Fields

name

java.lang.String name
Element name.

Class org.chwf.taglib.jutil.ElseIfTag implements Serializable

Class org.chwf.taglib.jutil.ElseTag implements Serializable

Class org.chwf.taglib.jutil.ForEachTag implements Serializable

Serialized Fields

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.

Class org.chwf.taglib.jutil.IfTag implements Serializable

Serialized Fields

initialized

boolean initialized
Whether the test value is initialized.

testResult

boolean testResult
The test value.

Class org.chwf.taglib.jutil.NewTag implements Serializable

Serialized Fields

var

java.lang.String var
The variable name.

type

java.lang.String type
The class name of the new object.

Class org.chwf.taglib.jutil.ParamTag implements Serializable

Serialized Fields

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.

Class org.chwf.taglib.jutil.PrintErrorTag implements Serializable

Serialized Fields

parameter

java.lang.String parameter
For parameter-associated errors.

Class org.chwf.taglib.jutil.PrintTag implements Serializable

Serialized Fields

datatype

java.lang.String datatype
Logical datatype.

attribute

java.lang.String attribute
Property attribute.

Class org.chwf.taglib.jutil.SetTag implements Serializable

Class org.chwf.taglib.jutil.UseTag implements Serializable

Serialized Fields

controller

java.lang.String controller
The controller name.


Package org.chwf.util

Class org.chwf.util.SequencedHashMap implements Serializable

Serialization Methods

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.