org.codehaus.waffle.action
Class ParanamerMethodDefinitionFinder
java.lang.Object
org.codehaus.waffle.action.AbstractMethodDefinitionFinder
org.codehaus.waffle.action.AbstractOgnlMethodDefinitionFinder
org.codehaus.waffle.action.ParanamerMethodDefinitionFinder
- All Implemented Interfaces:
- MethodDefinitionFinder
public class ParanamerMethodDefinitionFinder
- extends AbstractOgnlMethodDefinitionFinder
Pananamer-based method definition finder, which can be used in alternative to
other definition finders, eg AnnotatedMethodDefinitionFinder
.
Note: Pragmatic method calls will always take precedence.
- Author:
- Paul Hammant
- See Also:
AnnotatedMethodDefinitionFinder
Method Summary |
protected java.util.List<java.lang.Object> |
getArguments(java.lang.reflect.Method method,
javax.servlet.http.HttpServletRequest request)
Returns the method arguments contained in the request |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParanamerMethodDefinitionFinder
public ParanamerMethodDefinitionFinder(javax.servlet.ServletContext servletContext,
ArgumentResolver argumentResolver,
MethodNameResolver methodNameResolver,
StringTransmuter stringTransmuter,
ActionMonitor actionMonitor)
getArguments
protected java.util.List<java.lang.Object> getArguments(java.lang.reflect.Method method,
javax.servlet.http.HttpServletRequest request)
- Description copied from class:
AbstractMethodDefinitionFinder
- Returns the method arguments contained in the request
- Specified by:
getArguments
in class AbstractMethodDefinitionFinder
- Parameters:
method
- the Methodrequest
- the HttpServetRequest
- Returns:
- the list of arguments
Copyright © 2008. All Rights Reserved.