com.ibm.portal.spa.parser
Interface StaticPageDataSourceParser

All Superinterfaces:
DataSourceParser, Disposable, StaticPageFilter

public interface StaticPageDataSourceParser
extends StaticPageFilter, DataSourceParser

Parses the content of the static page that is identified by the DataSource.

Since:
6.1.0

Method Summary
 void parse(DataSource ds)
          Parses the content of the data source and throws events to the attacted StaticPageContentHandler.
 
Methods inherited from interface com.ibm.portal.spa.parser.StaticPageFilter
getStaticPageContentHandler, setStaticPageContentHandler
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

parse

void parse(DataSource ds)
           throws java.io.IOException
Parses the content of the data source and throws events to the attacted StaticPageContentHandler. The content of the data source is either parsed or served out of a cache.

Specified by:
parse in interface DataSourceParser
Parameters:
ds - data source, not null
Throws:
java.io.IOException