|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodInfo | |
|---|---|
| ch.ralscha.extdirectspring.util | |
| Uses of MethodInfo in ch.ralscha.extdirectspring.util |
|---|
| Methods in ch.ralscha.extdirectspring.util that return MethodInfo | |
|---|---|
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. |
| Methods in ch.ralscha.extdirectspring.util with parameters of type MethodInfo | |
|---|---|
static Object |
ExtDirectSpringUtil.invoke(org.springframework.context.ApplicationContext context,
String beanName,
MethodInfo methodInfo,
Object[] params)
Invokes a method on a Spring managed bean. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||