public class ImplicitFlowVariableELResolver
extends javax.el.ELResolver
requestParameters requestScope flashScope viewScope flowScope conversationScope messageContext externalContext flowExecutionContext flowExecutionUrl currentUser currentEvent
Constructor and Description |
---|
ImplicitFlowVariableELResolver() |
ImplicitFlowVariableELResolver(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getCommonPropertyType(javax.el.ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
java.lang.Object base) |
protected RequestContext |
getRequestContext() |
java.lang.Class<?> |
getType(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
void |
setValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
public ImplicitFlowVariableELResolver()
public ImplicitFlowVariableELResolver(RequestContext requestContext)
public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext context, java.lang.Object base)
getCommonPropertyType
in class javax.el.ELResolver
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, java.lang.Object base)
getFeatureDescriptors
in class javax.el.ELResolver
public java.lang.Class<?> getType(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
getType
in class javax.el.ELResolver
public java.lang.Object getValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
getValue
in class javax.el.ELResolver
public boolean isReadOnly(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
isReadOnly
in class javax.el.ELResolver
public void setValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue
in class javax.el.ELResolver
protected RequestContext getRequestContext()