org.codehaus.waffle.action
Interface MethodNameResolver
- All Known Implementing Classes:
- RequestParameterMethodNameResolver
public interface MethodNameResolver
Implementation of this interface will be able to determine the action method name that is to be invoked.
- Author:
- Michael Ward
Method Summary |
java.lang.String |
resolve(javax.servlet.http.HttpServletRequest request)
Find the method name to be invoked |
resolve
java.lang.String resolve(javax.servlet.http.HttpServletRequest request)
- Find the method name to be invoked
- Parameters:
request
- is the current request
- Returns:
- the name of the method that is to be invoked
Copyright © 2008. All Rights Reserved.