public class ELContextWrapper
extends javax.el.ELContext
Constructor and Description |
---|
ELContextWrapper(javax.el.ELContext parent,
javax.el.ELResolver resolver) |
Modifier and Type | Method and Description |
---|---|
Object |
getContext(Class key) |
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
Locale |
getLocale() |
javax.el.VariableMapper |
getVariableMapper() |
void |
putContext(Class key,
Object contextObject) |
void |
setLocale(Locale locale) |
public ELContextWrapper(javax.el.ELContext parent, javax.el.ELResolver resolver)
parent
- public javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
ELContext.getFunctionMapper()
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
ELContext.getVariableMapper()
public Object getContext(Class key)
getContext
in class javax.el.ELContext
key
- ELContext.getContext(java.lang.Class)
public void putContext(Class key, Object contextObject)
putContext
in class javax.el.ELContext
key
- contextObject
- ELContext.putContext(java.lang.Class, java.lang.Object)
public Locale getLocale()
getLocale
in class javax.el.ELContext
public void setLocale(Locale locale)
setLocale
in class javax.el.ELContext
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.