Uses of Interface
org.sonar.api.web.Webservice

Packages that use Webservice
org.sonar.api.web   
 

Uses of Webservice in org.sonar.api.web
 

Subinterfaces of Webservice in org.sonar.api.web
 interface RubyRailsWebservice
          EXPERIMENTAL

Interface to create a ruby web service extension point using the Ruby On Rails controller API (ActionController) The method getTemplate() return the ROR controller code, the name of the controller class defined in the template MUST match the following name scheme : Api::$Webservice.getId()Controller I.E : Webservice.getId() = TestWS > Api::TestWSController.

 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.