|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.el.ELContext
palio.modules.el.PalioELContext
public class PalioELContext
EL Context for jPALIO EL support
Constructor Summary | |
---|---|
PalioELContext()
Create a context. |
|
PalioELContext(javax.el.ELResolver resolver)
Create a context, use the specified resolver. |
Method Summary | |
---|---|
javax.el.ELResolver |
getELResolver()
Get our resolver. |
javax.el.FunctionMapper |
getFunctionMapper()
Get our function mapper. |
javax.el.VariableMapper |
getVariableMapper()
Get our variable mapper. |
void |
setELResolver(javax.el.ELResolver resolver)
Set our resolver. |
void |
setFunction(java.lang.String prefix,
java.lang.String localName,
java.lang.reflect.Method method)
Define a function. |
javax.el.ValueExpression |
setVariable(java.lang.String name,
javax.el.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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PalioELContext()
public PalioELContext(javax.el.ELResolver resolver)
Method Detail |
---|
public void setFunction(java.lang.String prefix, java.lang.String localName, java.lang.reflect.Method method)
public javax.el.ValueExpression setVariable(java.lang.String name, javax.el.ValueExpression expression)
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
public javax.el.ELResolver getELResolver()
SimpleResolver
if necessary.
getELResolver
in class javax.el.ELContext
public void setELResolver(javax.el.ELResolver resolver)
resolver
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |