|
Class Summary |
| CoCActionConfig |
A action config that uses Convention over Configuration. |
| CoCApplicationManager |
|
| DefaultConsequenceProvider |
The default consequence provider used by Mentawai controller
when autoView is set to true, which is the default anyways. |
| ForwardConsequenceProvider |
A ConsequenceProvider that provides ForwardConsequences based on the given
convetion: If the execute() method was invoked: /(the name of the
action)/(the result of the action's execution).jsp If a inner action was
invojed: /(the name of the action)/(the name of the inner action)/(the result
of the action's execution).jsp |
| InnerActionConsequenceProvider |
|
| OldAutoViewConsequenceProvider |
This consequence provider was build for backward compatibility with the old
auto view schema, in other words, if you were using the old auto view schema
you can use the consequence provider to simulate the same behaviour when
choosing your consequences. |