| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.util |
| Modifier and Type | Method and Description |
|---|---|
static MethodInfo |
ExtDirectSpringUtil.findMethodInfo(org.springframework.context.ApplicationContext context,
String beanName,
String methodName)
Retrieves a methodInfo from a method in a spring managed bean.
|
MethodInfo |
MethodInfoCache.get(String beanName,
String methodName)
Get a method from the MethodCache.
|
MethodInfo |
MethodInfoCache.put(String beanName,
String methodName,
Class<?> clazz,
Method method)
Put a method into the MethodCache.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
ExtDirectSpringUtil.invoke(org.springframework.context.ApplicationContext context,
String beanName,
MethodInfo methodInfo,
Object[] params)
Invokes a method on a Spring managed bean.
|
Copyright © 2010-2012. All Rights Reserved.