|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.waffle.action.AbstractMethodDefinitionFinder
org.codehaus.waffle.action.AbstractOgnlMethodDefinitionFinder
public abstract class AbstractOgnlMethodDefinitionFinder
Abstract method definition finder that uses Ognl to find methods
| Constructor Summary | |
|---|---|
AbstractOgnlMethodDefinitionFinder(javax.servlet.ServletContext servletContext,
ArgumentResolver argumentResolver,
MethodNameResolver methodNameResolver,
StringTransmuter stringTransmuter,
ActionMonitor actionMonitor)
|
|
| Method Summary | |
|---|---|
protected java.util.List<java.lang.reflect.Method> |
findMethods(java.lang.Class<?> type,
java.lang.String methodName)
Inspects the class (aka Type) and finds all methods with that name. |
| Methods inherited from class org.codehaus.waffle.action.AbstractMethodDefinitionFinder |
|---|
find, formatArgument, getArguments, hasEquivalentParameterTypes, resolveArguments |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractOgnlMethodDefinitionFinder(javax.servlet.ServletContext servletContext,
ArgumentResolver argumentResolver,
MethodNameResolver methodNameResolver,
StringTransmuter stringTransmuter,
ActionMonitor actionMonitor)
| Method Detail |
|---|
protected java.util.List<java.lang.reflect.Method> findMethods(java.lang.Class<?> type,
java.lang.String methodName)
findMethods in class AbstractMethodDefinitionFindertype - the Class in which to look for the methodmethodName - the method name
NoMatchingActionMethodException - if no methods match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||