public class SpringHelper extends Object implements org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
SpringHelper() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getBean(String name,
Class<T> clazz) |
ExpressionEngine |
getExpressionEngine() |
FilterEngine |
getFilterEngine() |
MeasurementFetchStrategy |
getMeasurementFetchStrategy() |
org.springframework.context.ApplicationContext |
getSpringContext() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public MeasurementFetchStrategy getMeasurementFetchStrategy()
public ExpressionEngine getExpressionEngine()
public FilterEngine getFilterEngine()
public org.springframework.context.ApplicationContext getSpringContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2021. All rights reserved.