|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.javax.el.ELContext
org.activiti.engine.impl.juel.SimpleContext
public class SimpleContext
Simple context implementation.
构造方法摘要 | |
---|---|
SimpleContext()
Create a context. |
|
SimpleContext(ELResolver resolver)
Create a context, use the specified resolver. |
方法摘要 | |
---|---|
ELResolver |
getELResolver()
Get our resolver. |
FunctionMapper |
getFunctionMapper()
Get our function mapper. |
VariableMapper |
getVariableMapper()
Get our variable mapper. |
void |
setELResolver(ELResolver resolver)
Set our resolver. |
void |
setFunction(String prefix,
String localName,
Method method)
Define a function. |
ValueExpression |
setVariable(String name,
ValueExpression expression)
Define a variable. |
从类 org.activiti.engine.impl.javax.el.ELContext 继承的方法 |
---|
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public SimpleContext()
public SimpleContext(ELResolver resolver)
方法详细信息 |
---|
public void setFunction(String prefix, String localName, Method method)
public ValueExpression setVariable(String name, ValueExpression expression)
public FunctionMapper getFunctionMapper()
ELContext
中的 getFunctionMapper
public VariableMapper getVariableMapper()
ELContext
中的 getVariableMapper
public ELResolver getELResolver()
SimpleResolver
if necessary.
ELContext
中的 getELResolver
public void setELResolver(ELResolver resolver)
resolver
-
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |