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 java.lang.String |
REQUEST_CONTEXT_VARIABLE_NAME
Name of the request context variable.
|
| Constructor and Description |
|---|
RequestContextELResolver() |
RequestContextELResolver(RequestContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getCommonPropertyType(javax.el.ELContext elContext,
java.lang.Object base) |
java.util.Iterator |
getFeatureDescriptors(javax.el.ELContext elContext,
java.lang.Object base) |
protected RequestContext |
getRequestContext() |
java.lang.Class |
getType(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
getValue(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property) |
boolean |
isReadOnly(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property) |
void |
setValue(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
public static final java.lang.String REQUEST_CONTEXT_VARIABLE_NAME
public RequestContextELResolver()
public RequestContextELResolver(RequestContext context)
public java.lang.Class getCommonPropertyType(javax.el.ELContext elContext,
java.lang.Object base)
getCommonPropertyType in class javax.el.ELResolverpublic java.util.Iterator getFeatureDescriptors(javax.el.ELContext elContext,
java.lang.Object base)
getFeatureDescriptors in class javax.el.ELResolverpublic java.lang.Class getType(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property)
getType in class javax.el.ELResolverpublic java.lang.Object getValue(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property)
getValue in class javax.el.ELResolverpublic boolean isReadOnly(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property)
isReadOnly in class javax.el.ELResolverpublic void setValue(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
setValue in class javax.el.ELResolverprotected RequestContext getRequestContext()