org.xwiki.action
Interface ActionManager
- All Known Implementing Classes:
- DefaultActionManager
@ComponentRole
public interface ActionManager
|
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)
|
handleRequest
void handleRequest()
throws ActionException
- Throws:
ActionException - when we haven't been able to use the error action to handle
the original exception
handleRequest
void handleRequest(java.lang.String actionName)
throws ActionException
- Force execution of a specific action.
- Throws:
ActionException - when we haven't been able to use the error action to handle
the original exception
handleRequest
void handleRequest(java.lang.String actionName,
java.lang.Object additionalData)
throws ActionException
- Throws:
ActionException
Copyright © 2004-2011 XWiki. All Rights Reserved.