Esri Geoportal Server
1.0

com.esri.gpt.control.harvest
Interface ReportViewer.ISection

All Known Implementing Classes:
ReportViewer.Details, ReportViewer.Summary
Enclosing class:
ReportViewer

public static interface ReportViewer.ISection

Reports section.


Method Summary
 String getHtml()
          Gets inner HTML representing report section.
 void transform(Writer writer)
          Transform section and writes into writer
 

Method Detail

getHtml

String getHtml()
Gets inner HTML representing report section.

Returns:
inner HTML representing report section

transform

void transform(Writer writer)
               throws Exception
Transform section and writes into writer

Parameters:
writer - writer
Throws:
Exception - if transforming fails

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.