org.codehaus.waffle.action
Class ParanamerMethodDefinitionFinder
java.lang.Object
org.codehaus.waffle.action.AbstractMethodDefinitionFinder
org.codehaus.waffle.action.ParanamerMethodDefinitionFinder
- All Implemented Interfaces:
- MethodDefinitionFinder
public class ParanamerMethodDefinitionFinder
- extends AbstractMethodDefinitionFinder
Pananamer-based method definition finder.
This MethodDefinitionFinder is not the default used by Waffle.
Note: Pragmatic method calls will always take precedence.
- Author:
- Paul Hammant
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,
ognl.TypeConverter typeConverter,
MethodNameResolver methodNameResolver,
ActionMonitor monitor)
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
Copyright © 2007 null. All Rights Reserved.