Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.storage
Class ExpandoValueBeanResolver

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.storage.ExpandoValueBeanResolver
All Implemented Interfaces:
org.springframework.expression.BeanResolver

public class ExpandoValueBeanResolver
extends Object
implements org.springframework.expression.BeanResolver


Constructor Summary
ExpandoValueBeanResolver(List<ExpandoValue> expandoValues)
           
 
Method Summary
 Object resolve(org.springframework.expression.EvaluationContext context, String beanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoValueBeanResolver

public ExpandoValueBeanResolver(List<ExpandoValue> expandoValues)
Method Detail

resolve

public Object resolve(org.springframework.expression.EvaluationContext context,
                      String beanName)
Specified by:
resolve in interface org.springframework.expression.BeanResolver

Liferay 6.1.2-ce-ga3