org.xwiki.action
Interface ActionManager


@ComponentRole
public interface ActionManager


Method Summary
 void handleRequest()
           
 void handleRequest(String actionName)
          Force execution of a specific action.
 void handleRequest(String actionName, Object additionalData)
           
 

Method Detail

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.