|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.bindings.BindingExpressionPart
public abstract class BindingExpressionPart
This abstract class defines the shared attributes fields of all expression part
BindingExpressionStaticPart,
BindingExpressionDynamicPart| Method Summary | |
|---|---|
abstract java.lang.Object |
evaluate(BindingExpressionDirection direction)
Evaluates the result of this expression part. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public abstract java.lang.Object evaluate(BindingExpressionDirection direction)
throws BindingException
direction - Copy data from bean to the web component (BindingExpressionDirection.OBJECT_TO_WEB_COMPONENT)
or copy data from web component to the associated bean (BindingExpressionDirection.WEB_COMPONENT_TO_OBJECT)
BindingException - Thrown if this expression part cannot be evaluated.public java.lang.String toString()
toString in class java.lang.Object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||