org.codehaus.waffle.action
Interface MethodDefinitionFinder

All Known Implementing Classes:
AbstractMethodDefinitionFinder, AbstractOgnlMethodDefinitionFinder, AnnotatedMethodDefinitionFinder, ParanamerMethodDefinitionFinder

public interface MethodDefinitionFinder

Finds method definitions in the controller using the parameters specified in the request

Author:
Michael Ward

Method Summary
 MethodDefinition find(java.lang.Object controller, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Returns a method definition of a given controller
 

Method Detail

find

MethodDefinition find(java.lang.Object controller,
                      javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
Returns a method definition of a given controller

Parameters:
controller - the controller Object
request - the HttpServletRequest
response - the HttpServletResponse
Returns:
The MethodDefinition found


Copyright © 2008. All Rights Reserved.