public class InterceptingContext
extends javax.el.ELContext
Constructor | Description |
---|---|
InterceptingContext(javax.el.ELContext context,
javax.el.ELResolver resolver) |
Modifier and Type | Method | Description |
---|---|---|
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 contextObject) |
|
void |
setLocale(Locale locale) |
|
void |
setPropertyResolved(boolean resolved) |
public InterceptingContext(javax.el.ELContext context, javax.el.ELResolver resolver)
public javax.el.ELResolver getELResolver()
getELResolver
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 contextObject)
putContext
in class javax.el.ELContext
public void setLocale(Locale locale)
setLocale
in class javax.el.ELContext
public void setPropertyResolved(boolean resolved)
setPropertyResolved
in class javax.el.ELContext
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
Copyright © 2018. All rights reserved.