|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.el.ELContext
it.haefelinger.flaka.el.Context
public class Context
| Constructor Summary | |
|---|---|
protected |
Context()
|
|
Context(ELResolver resolver)
Create a context, use the specified resolver. |
| Method Summary | |
|---|---|
ELResolver |
getELResolver()
|
FunctionMapper |
getFunctionMapper()
Get our function mapper. |
VariableMapper |
getVariableMapper()
Get our variable mapper. |
void |
setFunction(String prefix,
String localName,
Method method)
Define a function. |
ValueExpression |
setVariable(String name,
ValueExpression expression)
Define a variable. |
| Methods inherited from class 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 |
|---|
protected Context()
public Context(ELResolver resolver)
| Method Detail |
|---|
public FunctionMapper getFunctionMapper()
getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
getVariableMapper in class ELContext
public void setFunction(String prefix,
String localName,
Method method)
public ValueExpression setVariable(String name,
ValueExpression expression)
public ELResolver getELResolver()
getELResolver in class ELContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||