org.sonar.api.web
Interface Page

All Superinterfaces:
Extension, GwtExtension, ServerExtension

Deprecated. replaced by org.sonar.api.web.GwtPage, better because of optional conditions (see annotations in org.sonar.api.web package)

@Deprecated
public interface Page
extends GwtExtension

Since:
1.10

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

Method Detail

getSection

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

Returns:
a Enum section object

getTitle

String getTitle()
Deprecated. 
Page title

Returns:
the title of the page


Copyright © 2009 SonarSource SA. All Rights Reserved.