org.xwiki.action
Interface ActionManager
@ComponentRole
public interface ActionManager
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(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(String actionName,
Object additionalData)
throws ActionException
- Throws:
ActionException
Copyright © 2004-2011 XWiki. All Rights Reserved.