Package org.opennms.netmgt.jasper.helper
Class SpringHelper
- java.lang.Object
-
- org.opennms.netmgt.jasper.helper.SpringHelper
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class SpringHelper extends Object implements org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description SpringHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getMeasurementFetchStrategy
public MeasurementFetchStrategy getMeasurementFetchStrategy()
-
getExpressionEngine
public ExpressionEngine getExpressionEngine()
-
getFilterEngine
public FilterEngine getFilterEngine()
-
getSpringContext
public org.springframework.context.ApplicationContext getSpringContext()
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
-