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.ELResolver
public java.util.Iterator getFeatureDescriptors(javax.el.ELContext elContext, java.lang.Object base)
getFeatureDescriptors
in class javax.el.ELResolver
public java.lang.Class getType(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property)
getType
in class javax.el.ELResolver
public java.lang.Object getValue(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property)
getValue
in class javax.el.ELResolver
public boolean isReadOnly(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property)
isReadOnly
in class javax.el.ELResolver
public void setValue(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue
in class javax.el.ELResolver
protected RequestContext getRequestContext()