org.zkoss.zkmax.bind.impl
Class BindXelExpressionEx

java.lang.Object
  extended by org.zkoss.xel.zel.ELXelExpression
      extended by org.zkoss.bind.xel.BindXelExpression
          extended by org.zkoss.zkmax.bind.impl.BindXelExpressionEx
All Implemented Interfaces:
java.io.Serializable, Expression, ExpressionX

public class BindXelExpressionEx
extends BindXelExpression

An extension of BindXelExpression to do a lazy initiating EL expression construction.

Since:
8.0.0
Author:
jumperchen
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.zkoss.xel.zel.ELXelExpression
ELXelExpression.ValueReferenceImpl
 
Field Summary
 
Fields inherited from class org.zkoss.xel.zel.ELXelExpression
_expr
 
Constructor Summary
BindXelExpressionEx(ValueExpression expr)
           
 
Method Summary
protected  ELContext newELContext(XelContext xelc)
           
 
Methods inherited from class org.zkoss.xel.zel.ELXelExpression
evaluate, getExpressionString, getType, getValueReference, isReadOnly, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindXelExpressionEx

public BindXelExpressionEx(ValueExpression expr)
Method Detail

newELContext

protected ELContext newELContext(XelContext xelc)
Overrides:
newELContext in class BindXelExpression


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo