corelib.services.web.bindings
Class BindingExpressionStaticPart

java.lang.Object
  extended by corelib.services.web.bindings.BindingExpressionPart
      extended by corelib.services.web.bindings.BindingExpressionStaticPart

public class BindingExpressionStaticPart
extends BindingExpressionPart


Constructor Summary
BindingExpressionStaticPart(BindingExpression partContainer, java.lang.String expressionPart)
           
 
Method Summary
 java.lang.Object evaluate(BindingExpressionDirection direction)
          Evaluates the result of this expression part.
 
Methods inherited from class corelib.services.web.bindings.BindingExpressionPart
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindingExpressionStaticPart

public BindingExpressionStaticPart(BindingExpression partContainer,
                                   java.lang.String expressionPart)
Method Detail

evaluate

public java.lang.Object evaluate(BindingExpressionDirection direction)
                          throws BindingException
Description copied from class: BindingExpressionPart
Evaluates the result of this expression part.

Specified by:
evaluate in class BindingExpressionPart
Parameters:
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)
Returns:
The result of this expression part.
Throws:
BindingException - Thrown if this expression part cannot be evaluated.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.