public abstract class ELContext extends Object
Constructor and Description |
---|
ELContext() |
Modifier and Type | Method and Description |
---|---|
Object |
getContext(Class key) |
abstract ELResolver |
getELResolver() |
abstract FunctionMapper |
getFunctionMapper() |
Locale |
getLocale() |
abstract VariableMapper |
getVariableMapper() |
boolean |
isPropertyResolved() |
void |
putContext(Class key,
Object contextObject) |
void |
setLocale(Locale locale) |
void |
setPropertyResolved(boolean resolved) |
public void putContext(Class key, Object contextObject) throws NullPointerException
NullPointerException
public void setPropertyResolved(boolean resolved)
public boolean isPropertyResolved()
public abstract ELResolver getELResolver()
public abstract FunctionMapper getFunctionMapper()
public abstract VariableMapper getVariableMapper()
public Locale getLocale()
public void setLocale(Locale locale)
Copyright © 2013. All Rights Reserved.