|
||||||||||
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'.
The resolved name is monitored along with the available parameter key set.
Constructor Summary | |
---|---|
RequestParameterMethodNameResolver(ActionMonitor actionMonitor)
|
|
RequestParameterMethodNameResolver(RequestParameterMethodNameResolverConfig configuration,
ActionMonitor actionMonitor)
|
Method Summary | |
---|---|
java.lang.String |
resolve(javax.servlet.http.HttpServletRequest request)
|
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)
resolve
in interface MethodNameResolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |