org.sonar.plugins.core.testspage.client
Class AbstractMeasuresPage

java.lang.Object
  extended by org.sonar.plugins.api.web.gwt.client.AbstractPage
      extended by org.sonar.plugins.core.testspage.client.AbstractMeasuresPage
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
Direct Known Subclasses:
GwtTestsPage

public abstract class AbstractMeasuresPage
extends AbstractPage


Constructor Summary
AbstractMeasuresPage()
           
 
Method Summary
protected  java.lang.String buildRestUrl(java.lang.String metrics)
           
protected  void displayError(java.lang.String message)
           
 java.lang.String getProjectKey()
           
protected  java.util.ArrayList<Project> processResponse(com.google.gwt.json.client.JSONArray array)
           
 
Methods inherited from class org.sonar.plugins.api.web.gwt.client.AbstractPage
displayView, getRootPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.core.client.EntryPoint
onModuleLoad
 

Constructor Detail

AbstractMeasuresPage

public AbstractMeasuresPage()
Method Detail

getProjectKey

public java.lang.String getProjectKey()

buildRestUrl

protected java.lang.String buildRestUrl(java.lang.String metrics)

displayError

protected void displayError(java.lang.String message)

processResponse

protected java.util.ArrayList<Project> processResponse(com.google.gwt.json.client.JSONArray array)


Copyright © 2008 SonarSource SA. All Rights Reserved.