com.atlassian.confluence.core.service
Class CommandActionHelper
java.lang.Object
com.atlassian.confluence.core.service.CommandActionHelper
public class CommandActionHelper
- extends Object
Helper class for Webwork actions that want to execute a command.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandActionHelper
public CommandActionHelper(ServiceCommand command)
validate
public void validate(ConfluenceActionSupport action)
execute
public String execute(ConfluenceActionSupport action)
getValidationErrors
public Collection getValidationErrors()
isAuthorized
public boolean isAuthorized()
isValid
public boolean isValid()
getCommand
public ServiceCommand getCommand()