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