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 |
|---|---|
Class |
getCommonPropertyType(javax.el.ELContext context,
Object base) |
Iterator |
getFeatureDescriptors(javax.el.ELContext context,
Object base) |
Class |
getType(javax.el.ELContext context,
Object base,
Object property) |
Object |
getValue(javax.el.ELContext context,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
Object base,
Object property) |
void |
setValue(javax.el.ELContext context,
Object base,
Object property,
Object value) |
public ImplicitFlowVariableELResolver()
public ImplicitFlowVariableELResolver(RequestContext requestContext)
public Class getCommonPropertyType(javax.el.ELContext context, Object base)
getCommonPropertyType in class javax.el.ELResolverpublic Iterator getFeatureDescriptors(javax.el.ELContext context, Object base)
getFeatureDescriptors in class javax.el.ELResolverpublic Class getType(javax.el.ELContext context, Object base, Object property)
getType in class javax.el.ELResolverpublic Object getValue(javax.el.ELContext context, Object base, Object property)
getValue in class javax.el.ELResolverpublic boolean isReadOnly(javax.el.ELContext context,
Object base,
Object property)
isReadOnly in class javax.el.ELResolver