org.shept.org.springframework.web.servlet.mvc.delegation
Interface WebActionResolver
- All Known Implementing Classes:
- SubmitActionResolver
public interface WebActionResolver
Interface that parameterizes the MultiActionController class.
In contrast to the MethodNameResolver
this interface does not only provide a method name but also a value if available
and a component for handling this value
getAction
WebActionToken getAction(javax.servlet.http.HttpServletRequest request,
Set<String> componentPathName,
Map<String,List<WebComponent>> handlersForPath)
Copyright © 2011. All Rights Reserved.