| Package | Description |
|---|---|
| no.tornado.inject |
| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
BeanCreationException.getBeanInfo() |
static BeanInfo |
ApplicationContext.getBeanInfo(String beanName)
Get the BeanInfo object, containing various information about a bean, including the bean.
|
| Modifier and Type | Method and Description |
|---|---|
static List<BeanInfo> |
ApplicationContext.getBeanInfos(Class className)
Get all BeanInfo objects for the supplied class
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheInterceptor.beforeInvalidate(BeanInfo beanInfo,
Method method,
Object[] args,
Map<String,Serializable> indexEntries) |
void |
CacheInterceptor.beforeStore(BeanInfo beanInfo,
Method method,
Object[] args,
Map<String,Serializable> indexEntries,
String cacheKey) |
| Constructor and Description |
|---|
BeanCreationException(BeanInfo beanInfo,
Throwable cause) |
BeanCreationException(String message,
BeanInfo beanInfo) |
BeanCreationException(String message,
BeanInfo beanInfo,
Throwable cause) |
BeanProxy(BeanInfo beanInfo) |
Copyright © 2011-2013 SYSE. All Rights Reserved.