org.apache.taglibs.rdc.core
Interface BaseModel.ValueInterpreter

Enclosing class:
BaseModel

public static interface BaseModel.ValueInterpreter

Interface used by components to interpret the results sent back from the vxml browser/client. Since value has type Object and is component specific, the subclassing RDC should provide the mechanism to convert the av pairs obtained from the serialized vxml interpretation into the Object corresponding to its value. The subclassing RDC does not require to implement this interface if its value is a String and its receives no named av pairs from client.

Author:
Rahul Akolkar

Method Summary
 void setValueFromInterpretation()
          Use the current value of the interpretation property of this instance to determine the current value of the "value" property.
 

Method Detail

setValueFromInterpretation

void setValueFromInterpretation()
Use the current value of the interpretation property of this instance to determine the current value of the "value" property. This method should also update the isValid and canonicalizedValue properties based on the new value of the "value" property.



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.