Uses of Package
org.sonar.api.web

Packages that use org.sonar.api.web
org.sonar.api.web   
org.sonar.plugins.core.colorizers   
org.sonar.plugins.core.hotspots   
org.sonar.plugins.core.testdetailsviewer   
org.sonar.plugins.core.widgets   
org.sonar.plugins.design.ui.dependencies   
org.sonar.plugins.design.ui.lcom4   
org.sonar.plugins.design.ui.libraries   
org.sonar.plugins.design.ui.page   
org.sonar.plugins.design.ui.widgets   
org.sonar.server.startup   
org.sonar.server.ui   
 

Classes in org.sonar.api.web used by org.sonar.api.web
AbstractRubyTemplate
          It's useful in development environment to see browser rendering in real time while editing the template.
GwtExtension
           
Page
           
RubyRailsWidget
          Widget in project dashboard page.
Section
          Deprecated. add annotation org.sonar.api.web.NavigationSection to View extensions
View
           
Webservice
          Interface to create a web service extension point
Widget
           
WidgetLayoutType
           
WidgetPropertyType
           
 

Classes in org.sonar.api.web used by org.sonar.plugins.core.colorizers
CodeColorizerFormat
          Extend the library sonar-colorizer to support new languages.
 

Classes in org.sonar.api.web used by org.sonar.plugins.core.hotspots
GwtExtension
           
GwtPage
           
NavigationSection
          The Page is displayed only in listed sections.
Page
           
ResourceScope
          The view is displayed only if the selected resource has the same qualifier.
UserRole
           
View
           
 

Classes in org.sonar.api.web used by org.sonar.plugins.core.testdetailsviewer
DefaultTab
           
GwtExtension
           
GwtPage
           
NavigationSection
          The Page is displayed only in listed sections.
Page
           
ResourceQualifier
          The view is displayed only if the selected resource has the same qualifier.
UserRole
           
View
           
 

Classes in org.sonar.api.web used by org.sonar.plugins.core.widgets
AbstractRubyTemplate
          It's useful in development environment to see browser rendering in real time while editing the template.
RubyRailsWidget
          Widget in project dashboard page.
UserRole
           
View
           
Widget
           
WidgetCategory
           
WidgetLayout
           
WidgetProperties
           
 

Classes in org.sonar.api.web used by org.sonar.plugins.design.ui.dependencies
DefaultTab
           
GwtExtension
           
GwtPage
           
NavigationSection
          The Page is displayed only in listed sections.
Page
           
ResourceLanguage
          The view is displayed only if the selected resource has the same language.
ResourceQualifier
          The view is displayed only if the selected resource has the same qualifier.
UserRole
           
View
           
 

Classes in org.sonar.api.web used by org.sonar.plugins.design.ui.lcom4
DefaultTab
           
GwtExtension
           
GwtPage
           
NavigationSection
          The Page is displayed only in listed sections.
Page
           
ResourceLanguage
          The view is displayed only if the selected resource has the same language.
ResourceQualifier
          The view is displayed only if the selected resource has the same qualifier.
UserRole
           
View
           
 

Classes in org.sonar.api.web used by org.sonar.plugins.design.ui.libraries
GwtExtension
           
GwtPage
           
NavigationSection
          The Page is displayed only in listed sections.
Page
           
ResourceLanguage
          The view is displayed only if the selected resource has the same language.
ResourceQualifier
          The view is displayed only if the selected resource has the same qualifier.
UserRole
           
View
           
 

Classes in org.sonar.api.web used by org.sonar.plugins.design.ui.page
DefaultTab
           
GwtExtension
           
GwtPage
           
NavigationSection
          The Page is displayed only in listed sections.
Page
           
ResourceLanguage
          The view is displayed only if the selected resource has the same language.
ResourceQualifier
          The view is displayed only if the selected resource has the same qualifier.
UserRole
           
View
           
 

Classes in org.sonar.api.web used by org.sonar.plugins.design.ui.widgets
AbstractRubyTemplate
          It's useful in development environment to see browser rendering in real time while editing the template.
RubyRailsWidget
          Widget in project dashboard page.
UserRole
           
View
           
Widget
           
WidgetCategory
           
 

Classes in org.sonar.api.web used by org.sonar.server.startup
GwtExtension
           
 

Classes in org.sonar.api.web used by org.sonar.server.ui
CodeColorizerFormat
          Extend the library sonar-colorizer to support new languages.
Footer
           
Page
           
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.

View
           
Widget
           
WidgetLayoutType
           
WidgetProperty
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.