Serialized Form
-
Package org.apache.fulcrum.intake
-
Class org.apache.fulcrum.intake.IntakeError extends Error implements Serializable
- serialVersionUID:
- 7594936180163472231L
-
Class org.apache.fulcrum.intake.IntakeException extends Exception implements Serializable
- serialVersionUID:
- 7078617074679759156L
-
Class org.apache.fulcrum.intake.IntakeRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- -6874511109052092373L
-
-
Package org.apache.fulcrum.intake.model
-
Class org.apache.fulcrum.intake.model.AppData extends Object implements Serializable
- serialVersionUID:
- -3953843038383617960L
-
Class org.apache.fulcrum.intake.model.BigDecimalField extends Field<BigDecimal> implements Serializable
- serialVersionUID:
- -8356433008715252236L
-
Class org.apache.fulcrum.intake.model.BooleanField extends Field<Boolean> implements Serializable
- serialVersionUID:
- 6689670469518374083L
-
Class org.apache.fulcrum.intake.model.DateStringField extends Field<Date> implements Serializable
- serialVersionUID:
- 3659498567870484883L
-
Serialized Fields
-
df
DateFormat df
date format
-
-
Class org.apache.fulcrum.intake.model.DoubleField extends Field<Double> implements Serializable
- serialVersionUID:
- -1685467778904884936L
-
Class org.apache.fulcrum.intake.model.Field extends Object implements Serializable
- serialVersionUID:
- 6897267716698096895L
-
Serialized Fields
-
alwaysRequired
boolean alwaysRequired
Is this field always required? This is only set through the XML file -
defaultValue
T defaultValue
Default value of the field -
displayName
String displayName
Display name of the field to be used on data entry forms... -
displaySize
String displaySize
Display size of the field -
emptyValue
T emptyValue
Value of the field to use if the mapped parameter is empty or non-existent -
getter
Method getter
Getter method in the mapped object used to populate the field -
group
Group group
Group to which the field belongs -
ifRequiredMessage
String ifRequiredMessage
Error message set on the field if required and not set by parser -
initialized
boolean initialized
Has the field has been set from the parser? -
isMultiValued
boolean isMultiValued
Does this field accept multiple values? -
key
String key
Key used to identify the field in the parser -
locale
Locale locale
Locale of the field -
mapToObject
String mapToObject
Class name of the object to which the field is mapped -
mapToProperty
String mapToProperty
Optional property name of the object to which the field is mapped -
maxSize
String maxSize
Max size of the field -
message
String message
Error message, is any, resulting from validation -
name
String name
Name of the field. -
parser
org.apache.fulcrum.parser.ValueParser parser
The object containing the field data. -
required
boolean required
Does the field require a value? -
retrievable
Retrievable retrievable
Mapped object used to set the initial field value -
ruleMap
Map<String,Rule> ruleMap
Store rules for deserialization -
setFlag
boolean setFlag
Has the field has been set from the parser? -
setter
Method setter
Setter method in the mapped object used to store the value of field -
stringValue
String stringValue
String value of the field -
stringValues
String[] stringValues
String values of the field if isMultiValued=true -
testValue
Object testValue
Stores the value of the field from the parser -
valArray
Object[] valArray
Used to pass testValue to the setter method through reflection -
validated
boolean validated
Has the field been validated? -
validatorClassName
String validatorClassName
Class name of the validator (for deserialization) -
validFlag
boolean validFlag
Has the field passed the validation test? -
validValue
T validValue
Stores the value of the field from the Retrievable object
-
-
Class org.apache.fulcrum.intake.model.FloatField extends Field<Float> implements Serializable
- serialVersionUID:
- -8878247008849251720L
-
Class org.apache.fulcrum.intake.model.Group extends Object implements Serializable
- serialVersionUID:
- -5452725641409669284L
-
Serialized Fields
-
defaultMapToObject
String defaultMapToObject
The default map object for this group -
fields
LinkedList<Field<?>> fields
A list of fields in this group. -
fieldsByName
Map<String,Field<?>> fieldsByName
A map of the fields in this group mapped by field name. -
gid
String gid
The key used to represent this group in a parameter. This key is usually a prefix as part of a field key. -
isDeclared
boolean isDeclared
A flag to help prevent duplicate hidden fields declaring this group. -
mapToObjectFields
Map<String,Field<?>[]> mapToObjectFields
Map of the fields by mapToObject -
name
String name
The name used in templates and java code to refer to this group. -
oid
String oid
The object id used to associate this group to a bean for one request cycle -
parent
AppData parent
The parent element in the XML tree -
poolCapacity
int poolCapacity
The number of Groups with the same name that will be pooled.
-
-
Class org.apache.fulcrum.intake.model.IntegerField extends Field<Integer> implements Serializable
- serialVersionUID:
- -4186153269451228653L
-
Class org.apache.fulcrum.intake.model.LongField extends Field<Long> implements Serializable
- serialVersionUID:
- -7142823708600937188L
-
Class org.apache.fulcrum.intake.model.Rule extends Object implements Serializable
- serialVersionUID:
- -4059931768288150848L
-
Class org.apache.fulcrum.intake.model.ShortField extends Field<Short> implements Serializable
- serialVersionUID:
- -5838127207028024370L
-
Class org.apache.fulcrum.intake.model.StringField extends Field<String> implements Serializable
- serialVersionUID:
- -7218385325093690333L
-
Class org.apache.fulcrum.intake.model.UploadPartField extends Field<Part> implements Serializable
- serialVersionUID:
- -963692413506822188L
-
Class org.apache.fulcrum.intake.model.XmlField extends Object implements Serializable
- serialVersionUID:
- -734309157828058007L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
defaultValue
String defaultValue
-
displayName
String displayName
-
displaySize
String displaySize
-
emptyValue
String emptyValue
-
fieldClass
String fieldClass
-
key
String key
-
log
org.apache.avalon.framework.logger.Logger log
-
mapToObject
String mapToObject
-
mapToProperty
String mapToProperty
-
multiValued
boolean multiValued
-
name
String name
-
parent
Group parent
-
ruleMap
Map<String,Rule> ruleMap
-
rules
List<Rule> rules
-
type
FieldType type
-
validator
String validator
-
-
-
Package org.apache.fulcrum.intake.validator
-
Class org.apache.fulcrum.intake.validator.InvalidMaskException extends IntakeException implements Serializable
- serialVersionUID:
- 7190367576315674427L
-
Class org.apache.fulcrum.intake.validator.ValidationException extends IntakeException implements Serializable
- serialVersionUID:
- -5934465742157387249L
-