|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.validation.fieldvalidators.AbstractFieldValidator
Field Summary | |
static java.lang.String |
TYPED_SERVICE_REQUEST
The Key of the element that represent the Typed service Request |
Constructor Summary | |
AbstractFieldValidator()
|
Method Summary | |
SourceBean |
getConfig()
The getter method for the configuration of the field Validator |
void |
init(SourceBean config)
Initialize The validator with his configuration |
void |
saveTypedValue(SourceBean serviceRequest,
java.lang.String name,
java.lang.Object value)
Save in the Typed Service Request the attribute with name and value Subclasses must use this method to save the field converted with typed value and alias |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface it.eng.spago.validation.FieldValidatorIFace |
validateField |
Field Detail |
public static final java.lang.String TYPED_SERVICE_REQUEST
Constructor Detail |
public AbstractFieldValidator()
Method Detail |
public void saveTypedValue(SourceBean serviceRequest, java.lang.String name, java.lang.Object value)
serviceRequest
- The Spago Service Requestname
- The name of the attribute to storevalue
- The value to storepublic SourceBean getConfig()
getConfig
in interface FieldValidatorIFace
FieldValidatorIFace.getConfig()
public void init(SourceBean config)
init
in interface FieldValidatorIFace
FieldValidatorIFace.init(it.eng.spago.base.SourceBean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |