org.zkoss.zel
Class ELManager
java.lang.Object
org.zkoss.zel.ELManager
public class ELManager
- extends java.lang.Object
- Since:
- EL 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELManager
public ELManager()
getExpressionFactory
public static ExpressionFactory getExpressionFactory()
getELContext
public StandardELContext getELContext()
setELContext
public ELContext setELContext(ELContext context)
addBeanNameResolver
public void addBeanNameResolver(BeanNameResolver beanNameResolver)
addELResolver
public void addELResolver(ELResolver resolver)
mapFunction
public void mapFunction(java.lang.String prefix,
java.lang.String function,
java.lang.reflect.Method method)
setVariable
public void setVariable(java.lang.String variable,
ValueExpression expression)
importStatic
public void importStatic(java.lang.String staticMemberName)
throws ELException
- Throws:
ELException
importClass
public void importClass(java.lang.String className)
throws ELException
- Throws:
ELException
importPackage
public void importPackage(java.lang.String packageName)
defineBean
public java.lang.Object defineBean(java.lang.String name,
java.lang.Object bean)
addEvaluationListener
public void addEvaluationListener(EvaluationListener listener)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.