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 |
---|---|
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 java.util.Locale |
getLocale() |
protected org.springframework.context.MessageSource |
getMessageSource() |
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 FlowResourceELResolver()
public FlowResourceELResolver(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 java.util.Locale getLocale()
protected org.springframework.context.MessageSource getMessageSource()
protected RequestContext getRequestContext()