org.sonar.api.server.ws
Class WebService.Context

java.lang.Object
  extended by org.sonar.api.server.ws.WebService.Context
Enclosing interface:
WebService

public static class WebService.Context
extends Object


Constructor Summary
WebService.Context()
           
 
Method Summary
 WebService.Controller controller(String key)
           
 List<WebService.Controller> controllers()
           
 WebService.NewController newController(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebService.Context

public WebService.Context()
Method Detail

newController

public WebService.NewController newController(String path)

controller

@CheckForNull
public WebService.Controller controller(String key)

controllers

public List<WebService.Controller> controllers()


Copyright © 2009-2014 SonarSource. All Rights Reserved.