|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.el.ELContext
de.odysseus.el.util.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 |
setFunction(java.lang.String prefix,
java.lang.String localName,
java.lang.reflect.Method method)
Define a function. |
ValueExpression |
setVariable(java.lang.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 |
---|
public SimpleContext()
public SimpleContext(ELResolver resolver)
Method Detail |
---|
public void setFunction(java.lang.String prefix, java.lang.String localName, java.lang.reflect.Method method)
public ValueExpression setVariable(java.lang.String name, ValueExpression expression)
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
public ELResolver getELResolver()
SimpleResolver
if necessary.
getELResolver
in class ELContext
|
Copyright © 2006-2009 Odysseus Software GmbH. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |