|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.services.intake.model.Field | +--org.apache.turbine.services.intake.model.StringKeyField
Fields inherited from class org.apache.turbine.services.intake.model.Field |
alwaysRequired, data, defaultValue, displayName, getter, group, ifRequiredMessage, initialized, isMultiValued, key, mapToObject, message, name, onError, required, retrievable, set_flag, setter, valid_flag, validator |
Constructor Summary | |
StringKeyField(XmlField field,
Group group)
|
Method Summary | |
protected void |
doSetValue(ParameterParser pp)
converts the parameter to the correct Object. |
protected java.lang.String |
getDefaultValidator()
A suitable validator. |
protected void |
setDefaultValue(java.lang.String prop)
Sets the default value for an StringKeyField |
Methods inherited from class org.apache.turbine.services.intake.model.Field |
dispose, getDefault, getDefaultValue, getDisplayName, getInitialValue, getKey, getMessage, getProperty, getTestValue, getValidator, getValue, getValueIfAbsent, init, init, isRequired, isSet, isValid, removeFromRequest, setDisplayName, setMessage, setProperty, setRequired, setRequired, toString, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StringKeyField(XmlField field, Group group) throws java.lang.Exception
Method Detail |
protected void setDefaultValue(java.lang.String prop)
setDefaultValue
in class Field
protected java.lang.String getDefaultValidator()
getDefaultValidator
in class Field
protected void doSetValue(ParameterParser pp)
doSetValue
in class Field
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |