|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConsequenceProvider | |
|---|---|
| org.mentawai.coc | |
| org.mentawai.core | |
| Uses of ConsequenceProvider in org.mentawai.coc |
|---|
| Classes in org.mentawai.coc that implement ConsequenceProvider | |
|---|---|
class |
DefaultConsequenceProvider
The default consequence provider used by Mentawai controller when autoView is set to true, which is the default anyways. |
class |
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 |
class |
InnerActionConsequenceProvider
|
class |
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. |
| Methods in org.mentawai.coc that return ConsequenceProvider | |
|---|---|
ConsequenceProvider |
CoCApplicationManager.getConsequenceProvider()
|
| Methods in org.mentawai.coc with parameters of type ConsequenceProvider | |
|---|---|
static void |
CoCActionConfig.setConsequenceProvider(ConsequenceProvider consequenceProvider)
|
void |
CoCApplicationManager.setConsequenceProvider(ConsequenceProvider consequenceProvider)
|
| Uses of ConsequenceProvider in org.mentawai.core |
|---|
| Methods in org.mentawai.core that return ConsequenceProvider | |
|---|---|
static ConsequenceProvider |
Controller.getConsequenceProvider()
|
ConsequenceProvider |
ApplicationManager.getConsequenceProvider()
Get the consequence provider that will be used by the controller. |
| Methods in org.mentawai.core with parameters of type ConsequenceProvider | |
|---|---|
static void |
Controller.setConsequenceProvider(ConsequenceProvider provider)
|
void |
ApplicationManager.setConsequenceProvider(ConsequenceProvider consequenceProvider)
Sets the consequence provider that will be used by the controller. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||