|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.el.ELContext org.apache.shale.test.el.MockELContext
public class MockELContext
Mock implementation of ELContext
.
Constructor Summary | |
---|---|
MockELContext()
Creates a new instance of MockELContext |
Method Summary | |
---|---|
Object |
getContext(Class key)
|
javax.el.ELResolver |
getELResolver()
|
javax.el.FunctionMapper |
getFunctionMapper()
|
Locale |
getLocale()
|
javax.el.VariableMapper |
getVariableMapper()
|
boolean |
isPropertyResolved()
|
void |
putContext(Class key,
Object value)
|
void |
setLocale(Locale locale)
|
void |
setPropertyResolved(boolean propertyResolved)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockELContext()
Method Detail |
---|
public Object getContext(Class key)
getContext
in class javax.el.ELContext
public javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public Locale getLocale()
getLocale
in class javax.el.ELContext
public boolean isPropertyResolved()
isPropertyResolved
in class javax.el.ELContext
public void putContext(Class key, Object value)
putContext
in class javax.el.ELContext
public void setPropertyResolved(boolean propertyResolved)
setPropertyResolved
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
public void setLocale(Locale locale)
setLocale
in class javax.el.ELContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |