public class CommandActionHelper extends Object
Constructor and Description |
---|
CommandActionHelper(ServiceCommand command) |
Modifier and Type | Method and Description |
---|---|
String |
execute(ConfluenceActionSupport action) |
ServiceCommand |
getCommand() |
Collection |
getValidationErrors() |
boolean |
isAuthorized() |
boolean |
isValid() |
void |
validate(ConfluenceActionSupport action) |
public CommandActionHelper(ServiceCommand command)
public void validate(ConfluenceActionSupport action)
public String execute(ConfluenceActionSupport action)
public Collection getValidationErrors()
public boolean isAuthorized()
public boolean isValid()
public ServiceCommand getCommand()
Copyright © 2003–2020 Atlassian. All rights reserved.