org.zkoss.zel
Class ELManager
java.lang.Object
org.zkoss.zel.ELManager
public class ELManager
- extends 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(String prefix,
String function,
Method method)
setVariable
public void setVariable(String variable,
ValueExpression expression)
importStatic
public void importStatic(String staticMemberName)
throws ELException
- Throws:
ELException
importClass
public void importClass(String className)
throws ELException
- Throws:
ELException
importPackage
public void importPackage(String packageName)
defineBean
public Object defineBean(String name,
Object bean)
addEvaluationListener
public void addEvaluationListener(EvaluationListener listener)
Copyright © 2015. All rights reserved.