com.ibm.portal.spa.parser
Interface ThemeDataSourceParser
- All Superinterfaces: 
- DataSourceParser, Disposable, ThemeFilter
- 
public interface ThemeDataSourceParser 
- extends ThemeFilter, DataSourceParser
Parses the content of the static page that is identified by the
 DataSource.
- Since:
- 7.0
 
 
 
setErrorHandler
ErrorHandler setErrorHandler(ErrorHandler aHandler)
- Replaces the handler that decides how exceptions are processed
 
- 
 
- 
- Parameters:
- aHandler - the error handler
- Returns:
- the old handler
 
parse
void parse(DataSource ds)
           throws java.io.IOException
- Parses the content of the data source and throws events to the attacted
 ThemeContentHandler. 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