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 java.lang.Object
implements org.springframework.expression.BeanResolver

Author:
Marcellus Tavares

Constructor Summary
ExpandoValueBeanResolver(java.util.List<com.liferay.portlet.expando.model.ExpandoValue> expandoValues)
           
 
Method Summary
 java.lang.Object resolve(org.springframework.expression.EvaluationContext context, java.lang.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(java.util.List<com.liferay.portlet.expando.model.ExpandoValue> expandoValues)
Method Detail

resolve

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