getControlActions method

List<String> getControlActions()

Implementation

List<String> getControlActions() {
  if (!isValid()) {
    throw new ResponseInvalidException();
  } else {
    return _controlActions;
  }
}