| java.lang.Object uk.org.ponder.rsac.RSACBeanFactory
RSACBeanFactory | public class RSACBeanFactory implements BeanFactory(Code) | | Adapts the per-request RSAC container to a standard Spring BeanFactory,
primarily for the purpose of beans which report themselves BeanFactoryAware.
Note that any bean requiring ApplicationContextAware will actually receive
the main application-scope ApplicationContext rather than a request-scope
container.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
getAliases | public String[] getAliases(String name) throws NoSuchBeanDefinitionException(Code) | | |
isPrototype | public boolean isPrototype(String name) throws NoSuchBeanDefinitionException(Code) | | |
isSingleton | public boolean isSingleton(String name) throws NoSuchBeanDefinitionException(Code) | | |
isTypeMatch | public boolean isTypeMatch(String name, Class targetType) throws NoSuchBeanDefinitionException(Code) | | |
|
|