Package com.webmethods.caf.faces.el
Class ELContextWrapper
java.lang.Object
javax.el.ELContext
com.webmethods.caf.faces.el.ELContextWrapper
- Direct Known Subclasses:
CAFELContext
Base class for extending an existing ELContext instance.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContext
(Class key) boolean
void
putContext
(Class key, Object contextObject) void
void
setPropertyResolved
(boolean resolved) void
setWrapped
(ELContext wrapped)
-
Field Details
-
m_wrapped
-
-
Constructor Details
-
ELContextWrapper
public ELContextWrapper() -
ELContextWrapper
-
-
Method Details
-
getELResolver
- Specified by:
getELResolver
in classELContext
-
getFunctionMapper
- Specified by:
getFunctionMapper
in classELContext
-
getVariableMapper
- Specified by:
getVariableMapper
in classELContext
-
getContext
- Overrides:
getContext
in classELContext
-
getLocale
-
isPropertyResolved
public boolean isPropertyResolved()- Overrides:
isPropertyResolved
in classELContext
-
putContext
- Overrides:
putContext
in classELContext
-
setLocale
-
setPropertyResolved
public void setPropertyResolved(boolean resolved) - Overrides:
setPropertyResolved
in classELContext
-
getWrapped
-
setWrapped
-