@Unstable
public interface ActionChain
Action in the chain. An instance of this class is passed to
Action.execute(org.xwiki.resource.Resource, ActionChain) and it's up to the Action implementation to
decide if it wants to stop the execution chain or not.| Modifier and Type | Method and Description |
|---|---|
void |
executeNext(Resource resource)
Executes the next Action in the chain.
|
void executeNext(Resource resource) throws ActionException
resource - the Resource on which to execute the ActionActionException - if an error happens during the Action executionCopyright © 2004–2014 XWiki. All rights reserved.