|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionMethodInvocationException | |
---|---|
org.codehaus.waffle.action |
Uses of ActionMethodInvocationException in org.codehaus.waffle.action |
---|
Subclasses of ActionMethodInvocationException in org.codehaus.waffle.action | |
---|---|
class |
AmbiguousActionMethodSignatureException
Thrown when unable to determine which method to invoke. |
class |
MatchingActionMethodException
Thrown when matching methods are hard to identify for invocation. |
class |
MissingActionMethodException
Thrown when missing methods are identified. |
class |
NoDefaultActionMethodException
Thrown when no default action method is found |
class |
NoMatchingActionMethodException
Thrown when unable to find any matching methods to invoke. |
class |
NoValidActionMethodException
Thrown when method is no valid action method is found |
Methods in org.codehaus.waffle.action that throw ActionMethodInvocationException | |
---|---|
void |
InterceptingActionMethodExecutor.execute(ActionMethodResponse actionMethodResponse,
ControllerDefinition controllerDefinition)
If no 'action method' exists in the request parameter a View will be created with the Action's name. |
void |
ActionMethodExecutor.execute(ActionMethodResponse actionMethodResponse,
ControllerDefinition controllerDefinition)
Invoke the action method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |