|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.javax.el.ELContext
org.camunda.bpm.engine.impl.juel.SimpleContext
public class SimpleContext
Simple context implementation.
| Constructor Summary | |
|---|---|
SimpleContext()
Create a context. |
|
SimpleContext(ELResolver resolver)
Create a context, use the specified resolver. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.camunda.bpm.engine.impl.javax.el.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 |
|---|
public SimpleContext()
public SimpleContext(ELResolver resolver)
| Method Detail |
|---|
public void setFunction(String prefix,
String localName,
Method method)
public ValueExpression setVariable(String name,
ValueExpression expression)
public FunctionMapper getFunctionMapper()
getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
getVariableMapper in class ELContextpublic ELResolver getELResolver()
SimpleResolver if necessary.
getELResolver in class ELContextpublic void setELResolver(ELResolver resolver)
resolver -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||