|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.action.DefaultMultiActionMethodResolver
public class DefaultMultiActionMethodResolver
Default method resolver used by the MultiAction class. It uses the following algorithm to calculate a method name:
MultiAction
Constructor Summary | |
---|---|
DefaultMultiActionMethodResolver()
|
Method Summary | |
---|---|
java.lang.String |
resolveMethod(RequestContext context)
Resolve a method name from given flow execution request context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMultiActionMethodResolver()
Method Detail |
---|
public java.lang.String resolveMethod(RequestContext context)
MultiAction.MethodResolver
resolveMethod
in interface MultiAction.MethodResolver
context
- the flow execution request context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |