org.sonar.plugins.api.web
Interface Page

All Superinterfaces:
Extension, GwtExtension, ServerExtension

public interface Page
extends GwtExtension


Method Summary
 Section getSection()
          The section of the page in the UI
 java.lang.String getTitle()
          Page title
 
Methods inherited from interface org.sonar.plugins.api.web.GwtExtension
getGwtId
 

Method Detail

getSection

Section getSection()
The section of the page in the UI

Returns:
a Enum section object

getTitle

java.lang.String getTitle()
Page title

Returns:
the title of the page


Copyright © 2009 SonarSource SA. All Rights Reserved.