|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.waffle.action.RequestParameterMethodNameResolver
public class RequestParameterMethodNameResolver
Implementation of method name resolver which returns the value of a configurable action parameter key, which defaults to 'method'.
| Constructor Summary | |
|---|---|
RequestParameterMethodNameResolver(ActionMonitor actionMonitor)
|
|
RequestParameterMethodNameResolver(RequestParameterMethodNameResolverConfig configuration,
ActionMonitor actionMonitor)
|
|
| Method Summary | |
|---|---|
java.lang.String |
resolve(javax.servlet.http.HttpServletRequest request)
This implementation determines the method name from the request parameters (the default parameter name used is method). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestParameterMethodNameResolver(ActionMonitor actionMonitor)
public RequestParameterMethodNameResolver(RequestParameterMethodNameResolverConfig configuration,
ActionMonitor actionMonitor)
| Method Detail |
|---|
public java.lang.String resolve(javax.servlet.http.HttpServletRequest request)
method).
resolve in interface MethodNameResolverrequest -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||