|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.action.internal.DefaultActionManager
@Component @Singleton public class DefaultActionManager
| Constructor Summary | |
|---|---|
DefaultActionManager()
|
|
| Method Summary | |
|---|---|
void |
handleRequest()
|
void |
handleRequest(java.lang.String actionName)
Force execution of a specific action. |
void |
handleRequest(java.lang.String actionName,
java.lang.Object additionalData)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultActionManager()
| Method Detail |
|---|
public void handleRequest()
throws ActionException
handleRequest in interface ActionManagerActionException - when we haven't been able to use the error action to handle
the original exception
public void handleRequest(java.lang.String actionName)
throws ActionException
handleRequest in interface ActionManagerActionException - when we haven't been able to use the error action to handle
the original exception
public void handleRequest(java.lang.String actionName,
java.lang.Object additionalData)
throws ActionException
handleRequest in interface ActionManagerActionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||