public class FlowResourceELResolver
extends javax.el.ELResolver
MessageSource
. The message source is
indexed under the key resourceBundle
. To access a message, specify its key e.g.
resourceBundle.myMessage
.Constructor and Description |
---|
FlowResourceELResolver() |
FlowResourceELResolver(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 FlowResourceELResolver()
public FlowResourceELResolver(RequestContext requestContext)
public Class getCommonPropertyType(javax.el.ELContext context, Object base)
getCommonPropertyType
in class javax.el.ELResolver
public Iterator getFeatureDescriptors(javax.el.ELContext context, Object base)
getFeatureDescriptors
in class javax.el.ELResolver
public Class getType(javax.el.ELContext context, Object base, Object property)
getType
in class javax.el.ELResolver
public Object getValue(javax.el.ELContext context, Object base, Object property)
getValue
in class javax.el.ELResolver
public boolean isReadOnly(javax.el.ELContext context, Object base, Object property)
isReadOnly
in class javax.el.ELResolver