@Immutable public static class WebService.Controller extends Object
| Modifier and Type | Method and Description | 
|---|---|
| WebService.Action | action(String actionKey) | 
| Collection<WebService.Action> | actions() | 
| String | description() | 
| boolean | isInternal()Returns true if all the actions are for internal use | 
| String | path() | 
| String | since() | 
@CheckForNull public String description()
@CheckForNull public String since()
@CheckForNull public WebService.Action action(String actionKey)
public Collection<WebService.Action> actions()
public boolean isInternal()
WebService.Action.isInternal()Copyright © 2009–2016 SonarSource. All rights reserved.