public class RequestContextELResolver
extends javax.el.ELResolver
REQUEST_CONTEXT_VARIABLE_NAME.
Allows for accessing any property of the RequestContext instance. For example:
"#{flowRequestContext.conversationScope.myProperty}".| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_CONTEXT_VARIABLE_NAME
Name of the request context variable.
|
| Constructor and Description |
|---|
RequestContextELResolver() |
RequestContextELResolver(RequestContext context) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getCommonPropertyType(javax.el.ELContext elContext,
Object base) |
Iterator |
getFeatureDescriptors(javax.el.ELContext elContext,
Object base) |
Class |
getType(javax.el.ELContext elContext,
Object base,
Object property) |
Object |
getValue(javax.el.ELContext elContext,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext elContext,
Object base,
Object property) |
void |
setValue(javax.el.ELContext elContext,
Object base,
Object property,
Object value) |
public static final String REQUEST_CONTEXT_VARIABLE_NAME
public RequestContextELResolver()
public RequestContextELResolver(RequestContext context)
public Class getCommonPropertyType(javax.el.ELContext elContext, Object base)
getCommonPropertyType in class javax.el.ELResolverpublic Iterator getFeatureDescriptors(javax.el.ELContext elContext, Object base)
getFeatureDescriptors in class javax.el.ELResolverpublic Class getType(javax.el.ELContext elContext, Object base, Object property)
getType in class javax.el.ELResolverpublic Object getValue(javax.el.ELContext elContext, Object base, Object property)
getValue in class javax.el.ELResolverpublic boolean isReadOnly(javax.el.ELContext elContext,
Object base,
Object property)
isReadOnly in class javax.el.ELResolver