Serialized Form


Package net.sourceforge.formview

Class net.sourceforge.formview.FieldView extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

property

java.lang.String property

maxlength

java.lang.String maxlength

behaviour

java.lang.String behaviour

required

java.lang.String required

date

java.lang.String date

dependsOn

java.lang.String dependsOn

index

java.lang.Integer index

roles

java.lang.String roles

rolesArray

java.lang.String[] rolesArray

roleDefinitionName

java.lang.String roleDefinitionName

hFieldsIndexed

org.apache.commons.collections.FastHashMap hFieldsIndexed
Map of indexs keyed on their property value.


updatedByClass

java.lang.Class<T> updatedByClass
The class which has updated the form (Validator, FormView or user class)


updatedByMethodName

java.lang.String updatedByMethodName
The method which has updated the form

Class net.sourceforge.formview.FormSetView extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

forms

java.util.Map<K,V> forms
A Map of Forms using the name field of the Form as the key.


formsWithStateMap

java.util.Map<K,V> formsWithStateMap

Class net.sourceforge.formview.FormView extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
The name/key the set of form view rules is stored under.


updatedByClass

java.lang.Class<T> updatedByClass
The class which has updated the form (Validator, FormView or user class)


updatedByMethodName

java.lang.String updatedByMethodName
The method which has updated the form


lFields

java.util.ArrayList<E> lFields
List of Fields. Used to maintain the order they were added in although individual Fields can be retrieved using Map of Fields.


hFields

org.apache.commons.collections.FastHashMap hFields
Map of Fields keyed on their property value.


lStates

java.util.ArrayList<E> lStates

hStates

org.apache.commons.collections.FastHashMap hStates

Class net.sourceforge.formview.FormViewException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class net.sourceforge.formview.FormViewResources extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hStates

org.apache.commons.collections.FastHashMap hStates
FastHashMap of global constant values with the name of the constant as the key.


hRolesDefinition

org.apache.commons.collections.FastHashMap hRolesDefinition
FastHashMap of role definition with the name of the constant as the key.


defaultRoleDefinition

RoleDefinition defaultRoleDefinition

hDisplayers

org.apache.commons.collections.FastHashMap hDisplayers
FastHashMap of displayers with the name of the constant as the key.


hHTMLDisplayers

org.apache.commons.collections.FastHashMap hHTMLDisplayers

lHTMLDisplayers

java.util.List<E> lHTMLDisplayers

contextValuesMap

java.util.Map<K,V> contextValuesMap
Map of context values with the name of the constant as the key. In this Map user can put name with value and use this value into your DisplayerConfig (eg : put context of WEB Application with key contextPath => and after you can use value into displayers like this


formSet

FormSetView formSet
FastHashMap of FormSets stored under a Locale key.


errorBehaviour

java.lang.String errorBehaviour
Error behaviour


Package net.sourceforge.formview.displayer

Class net.sourceforge.formview.displayer.DisplayersConfigResources extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hDisplayerConfigs

org.apache.commons.collections.FastHashMap hDisplayerConfigs
FastHashMap of DisplayerConfigs stored under a name key.


lDisplayerConfigs

java.util.List<E> lDisplayerConfigs

Package net.sourceforge.formview.servlet

Class net.sourceforge.formview.servlet.FormViewServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

resources

FormViewResources resources
The set of Form instances that have been created and initialized, keyed by the struts form name.


formViewConfig

java.lang.String formViewConfig
A comma delimitted list of FormView resource.


validatorConfig

java.lang.String validatorConfig
A comma delimitted list of Validator resource.


displayerConfig

java.lang.String displayerConfig
A comma delimitted list of Displayer Config resource.


Package net.sourceforge.formview.taglib

Class net.sourceforge.formview.taglib.DebugFormViewTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

debugEnabled

java.lang.String debugEnabled

Class net.sourceforge.formview.taglib.FormViewTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

subFormId

java.lang.String subFormId

Package net.sourceforge.formview.validator

Class net.sourceforge.formview.validator.ExtendedValidatorResources extends org.apache.commons.validator.ValidatorResources implements Serializable

serialVersionUID: 1L



Copyright 2006 null. All Rights Reserved.