|
||||||||||
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)
Returns the methods matching the type and name |
Methods inherited from class org.codehaus.waffle.action.AbstractMethodDefinitionFinder |
---|
find, formatArgument, getArguments, 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)
AbstractMethodDefinitionFinder
findMethods
in class AbstractMethodDefinitionFinder
type
- the Class in which to look for the methodmethodName
- the method name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |