org.zkoss.xel.zel
Class XelELContext

java.lang.Object
  extended by org.zkoss.zel.ELContext
      extended by org.zkoss.xel.zel.XelELContext
Direct Known Subclasses:
BindELContext

public class XelELContext
extends ELContext

An ZEL context that is based on XEL context.

Since:
6.0.0
Author:
henrichen

Constructor Summary
XelELContext(XelContext xelc)
           
 
Method Summary
 ELResolver getELResolver()
           
 FunctionMapper getFunctionMapper()
           
 VariableMapper getVariableMapper()
           
protected  XelContext getXelContext()
           
protected  ELResolver newELResolver(XelContext xelc)
           
 
Methods inherited from class org.zkoss.zel.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XelELContext

public XelELContext(XelContext xelc)
Method Detail

newELResolver

protected ELResolver newELResolver(XelContext xelc)

getELResolver

public ELResolver getELResolver()
Specified by:
getELResolver in class ELContext

getFunctionMapper

public FunctionMapper getFunctionMapper()
Specified by:
getFunctionMapper in class ELContext

getVariableMapper

public VariableMapper getVariableMapper()
Specified by:
getVariableMapper in class ELContext

getXelContext

protected XelContext getXelContext()


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