org.codehaus.waffle.action
Interface ArgumentResolver
- All Known Implementing Classes:
- HierarchicalArgumentResolver
public interface ArgumentResolver
Implementation of this interface are responsible for resolving an action methods argument value by name. The means
by which argument resolution is handled is to the discretion of the implementation
- Author:
- Michael Ward
Method Summary |
java.lang.Object |
resolve(javax.servlet.http.HttpServletRequest request,
java.lang.String name)
Find the associated value for the argument name |
resolve
java.lang.Object resolve(javax.servlet.http.HttpServletRequest request,
java.lang.String name)
- Find the associated value for the argument name
- Parameters:
request
- is the current requestname
- the name of the argument being resolved
- Returns:
- the arguments resolved value, or
null
if not resolved
Copyright © 2008. All Rights Reserved.