org.xwiki.action.internal
Class DefaultActionManager

java.lang.Object
  extended by org.xwiki.action.internal.DefaultActionManager
All Implemented Interfaces:
ActionManager

@Component
@Singleton
public class DefaultActionManager
extends java.lang.Object
implements ActionManager


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

DefaultActionManager

public DefaultActionManager()
Method Detail

handleRequest

public void handleRequest()
                   throws ActionException
Specified by:
handleRequest in interface ActionManager
Throws:
ActionException - when we haven't been able to use the error action to handle the original exception

handleRequest

public void handleRequest(java.lang.String actionName)
                   throws ActionException
Force execution of a specific action.

Specified by:
handleRequest in interface ActionManager
Throws:
ActionException - when we haven't been able to use the error action to handle the original exception

handleRequest

public void handleRequest(java.lang.String actionName,
                          java.lang.Object additionalData)
                   throws ActionException
Specified by:
handleRequest in interface ActionManager
Throws:
ActionException


Copyright © 2004-2011 XWiki. All Rights Reserved.