public class SpringBeanWebFlowELResolver
extends javax.el.ELResolver
Constructor and Description |
---|
SpringBeanWebFlowELResolver() |
SpringBeanWebFlowELResolver(RequestContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.beans.factory.BeanFactory |
getBeanFactory(javax.el.ELContext elContext) |
java.lang.Class<?> |
getCommonPropertyType(javax.el.ELContext elContext,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
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 SpringBeanWebFlowELResolver()
public SpringBeanWebFlowELResolver(RequestContext context)
protected org.springframework.beans.factory.BeanFactory getBeanFactory(javax.el.ELContext elContext)
protected RequestContext getRequestContext()
public java.lang.Object getValue(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
getValue
in class javax.el.ELResolver
javax.el.ELException
public java.lang.Class<?> getType(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
getType
in class javax.el.ELResolver
javax.el.ELException
public void setValue(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property, java.lang.Object value) throws javax.el.ELException
setValue
in class javax.el.ELResolver
javax.el.ELException
public boolean isReadOnly(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
isReadOnly
in class javax.el.ELResolver
javax.el.ELException
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext elContext, java.lang.Object base)
getFeatureDescriptors
in class javax.el.ELResolver
public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext elContext, java.lang.Object base)
getCommonPropertyType
in class javax.el.ELResolver