Class WithCurrentRequestBeanFactoryResolver
- java.lang.Object
-
- org.springframework.context.expression.BeanFactoryResolver
-
- eu.hinsch.spring.boot.actuator.useragent.WithCurrentRequestBeanFactoryResolver
-
- All Implemented Interfaces:
org.springframework.expression.BeanResolver
public class WithCurrentRequestBeanFactoryResolver extends org.springframework.context.expression.BeanFactoryResolverCreated by lh on 01/06/15.
-
-
Constructor Summary
Constructors Constructor Description WithCurrentRequestBeanFactoryResolver(org.springframework.beans.factory.BeanFactory beanFactory, javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectresolve(org.springframework.expression.EvaluationContext context, java.lang.String beanName)
-
-
-
Method Detail
-
resolve
public java.lang.Object resolve(org.springframework.expression.EvaluationContext context, java.lang.String beanName) throws org.springframework.expression.AccessException- Specified by:
resolvein interfaceorg.springframework.expression.BeanResolver- Overrides:
resolvein classorg.springframework.context.expression.BeanFactoryResolver- Throws:
org.springframework.expression.AccessException
-
-