Class ContextBeanResolver
- java.lang.Object
-
- com.hybris.cockpitng.core.model.impl.ContextBeanResolver
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.expression.BeanResolver
public class ContextBeanResolver extends java.lang.Object implements org.springframework.context.ApplicationContextAware, org.springframework.expression.BeanResolver
-
-
Constructor Summary
Constructors Constructor Description ContextBeanResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectresolve(org.springframework.expression.EvaluationContext evaluationContext, java.lang.String beanName)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
resolve
public java.lang.Object resolve(org.springframework.expression.EvaluationContext evaluationContext, java.lang.String beanName) throws org.springframework.expression.AccessException- Specified by:
resolvein interfaceorg.springframework.expression.BeanResolver- Throws:
org.springframework.expression.AccessException
-
-