A C E G O S 

A

AbstractAction - Class in org.xwiki.action
Helper to implement Actions, providing some default implementation.
AbstractAction() - Constructor for class org.xwiki.action.AbstractAction
 
Action - Interface in org.xwiki.action
Executes a given Resource.
ActionChain - Interface in org.xwiki.action
Allows calling the next Action in the chain.
ActionException - Exception in org.xwiki.action
Represents a problem when executing a Resource.
ActionException(String) - Constructor for exception org.xwiki.action.ActionException
Construct a new exception with the specified detail message.
ActionException(String, Throwable) - Constructor for exception org.xwiki.action.ActionException
Construct a new exception with the specified detail message and cause.
ActionManager - Interface in org.xwiki.action
The Action Manager's goal is to locate the right Action implementations to call in the right order.

C

compareTo(Action) - Method in class org.xwiki.action.AbstractAction
 

E

execute(Resource, ActionChain) - Method in interface org.xwiki.action.Action
Executes the Action on the passed Resource.
execute(Resource) - Method in interface org.xwiki.action.ActionManager
Executes a passed Resource.
executeNext(Resource) - Method in interface org.xwiki.action.ActionChain
Executes the next Action in the chain.

G

getPriority() - Method in class org.xwiki.action.AbstractAction
 
getPriority() - Method in interface org.xwiki.action.Action
The priority of execution relative to the other Actions.
getSupportedActionIds() - Method in interface org.xwiki.action.Action
 

O

org.xwiki.action - package org.xwiki.action
 

S

setPriority(int) - Method in class org.xwiki.action.AbstractAction
 
A C E G O S 

Copyright © 2004–2014 XWiki. All rights reserved.