public static class WebService.NewController extends Object
| Modifier and Type | Method and Description | 
|---|---|
| WebService.NewAction | createAction(String actionKey) | 
| void | done()Important - this method must be called in order to apply changes and make the
 controller available in  WebService.Context.controllers() | 
| WebService.NewController | setDescription(String s)Optional description (accept HTML) | 
| WebService.NewController | setSince(String s)Optional version when the controller was created | 
public void done()
WebService.Context.controllers()public WebService.NewController setDescription(@Nullable String s)
public WebService.NewController setSince(@Nullable String s)
public WebService.NewAction createAction(String actionKey)
Copyright © 2009–2016 SonarSource. All rights reserved.