- getAnnotatedClasses() - Method in class li.naska.spring.ejb.interceptor.AbstractSpringAutowiringInterceptor
-
Template method to provide the Spring configuration classes used to build the
ApplicationContext.
- getApplicationContext(String) - Method in class li.naska.spring.ejb.AbstractSpringSingletonBean
-
Retrieves the ApplicationContext stored under the given key.
- getApplicationContext(String) - Method in class li.naska.spring.ejb.interceptor.AbstractSpringAutowiringInterceptor
-
Retreives the ApplicationContext to use for autowiring.
- getBeanFactory() - Method in class li.naska.spring.ejb.interceptor.AbstractSpringAutowiringInterceptor
-
Determine the BeanFactory for autowiring the given target bean.
- getKey() - Method in class li.naska.spring.ejb.interceptor.AbstractSpringAutowiringInterceptor
-
Provides the key for accessing the Spring context.
- getSpringSingletonBean() - Method in class li.naska.spring.ejb.interceptor.AbstractSpringAutowiringInterceptor
-
Template method to provide a reference to the singleton Bean holding the Spring
ApplicationContexts.