| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.util |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
MethodInfoCache.get(String beanName,
String methodName)
Get a method from the MethodCache.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<MethodInfoCache.Key,MethodInfo>> |
MethodInfoCache.iterator() |
| 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.
|
Object[] |
ParametersResolver.resolveParameters(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Locale locale,
ExtDirectRequest directRequest,
MethodInfo methodInfo) |
Copyright © 2010-2012. All Rights Reserved.