org.sonar.api.web
Class GwtPage

java.lang.Object
  extended by org.sonar.api.web.GwtPage
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension, GwtExtension, Page, View
Direct Known Subclasses:
GwtDependenciesTab, GwtDesignPage, GwtLibrariesPage, TestsViewerDefinition

public abstract class GwtPage
extends Object
implements Page, GwtExtension

Since:
1.11

Constructor Summary
GwtPage()
           
 
Method Summary
 String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sonar.api.web.View
getTitle
 
Methods inherited from interface org.sonar.api.web.GwtExtension
getGwtId
 

Constructor Detail

GwtPage

public GwtPage()
Method Detail

getId

public final String getId()
Specified by:
getId in interface View


Copyright © 2009-2012 SonarSource. All Rights Reserved.