Uses of Class
org.sonar.server.ui.ViewProxy

Packages that use ViewProxy
org.sonar.server.ui   
 

Uses of ViewProxy in org.sonar.server.ui
 

Methods in org.sonar.server.ui that return ViewProxy
 ViewProxy<Page> Views.getPage(String id)
           
 ViewProxy<Page> JRubyFacade.getPage(String id)
           
 ViewProxy<Widget> Views.getWidget(String id)
           
 ViewProxy<Widget> JRubyFacade.getWidget(String id)
           
 

Methods in org.sonar.server.ui that return types with arguments of type ViewProxy
 List<ViewProxy<Page>> Views.getPages(String section)
           
 List<ViewProxy<Page>> Views.getPages(String section, String resourceScope, String resourceQualifier, String resourceLanguage)
           
 List<ViewProxy<Page>> JRubyFacade.getPages(String section, String resourceScope, String resourceQualifier, String resourceLanguage)
           
 List<ViewProxy<Page>> Views.getPagesForMetric(String section, String resourceScope, String resourceQualifier, String resourceLanguage, String metric)
           
 List<ViewProxy<Page>> JRubyFacade.getResourceTabs()
           
 List<ViewProxy<Page>> JRubyFacade.getResourceTabs(String scope, String qualifier, String language)
           
 List<ViewProxy<Page>> JRubyFacade.getResourceTabsForMetric(String scope, String qualifier, String language, String metric)
           
 List<ViewProxy<Widget>> Views.getWidgets()
           
 List<ViewProxy<Widget>> JRubyFacade.getWidgets()
           
 List<ViewProxy<Widget>> Views.getWidgets(String resourceScope, String resourceQualifier, String resourceLanguage)
           
 List<ViewProxy<Widget>> JRubyFacade.getWidgets(String resourceScope, String resourceQualifier, String resourceLanguage)
           
 

Methods in org.sonar.server.ui with parameters of type ViewProxy
protected static boolean Views.acceptNavigationSection(ViewProxy proxy, String section)
           
protected static boolean Views.acceptResourceLanguage(ViewProxy proxy, String resourceLanguage)
           
protected static boolean Views.acceptResourceQualifier(ViewProxy proxy, String resourceQualifier)
           
protected static boolean Views.acceptResourceScope(ViewProxy proxy, String resourceScope)
           
 int ViewProxy.compareTo(ViewProxy other)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.