com.ibm.portal.spa.parser
Interface ThemeFilter

All Superinterfaces:
Disposable
All Known Subinterfaces:
ThemeDataSourceParser, ThemeParser, ThemeURIParser

public interface ThemeFilter
extends Disposable

Since:
7.0

Method Summary
 ThemeContentHandler getThemeContentHandler()
          Requests the instance of the ThemeContentHandler that is currently associated with the filter
 ThemeContentHandler setThemeContentHandler(ThemeContentHandler aHandler)
          Associate a ThemeContentHandler as the callback interface to the parser.
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getThemeContentHandler

ThemeContentHandler getThemeContentHandler()
Requests the instance of the ThemeContentHandler that is currently associated with the filter


setThemeContentHandler

ThemeContentHandler setThemeContentHandler(ThemeContentHandler aHandler)
Associate a ThemeContentHandler as the callback interface to the parser. The parser will then throw events onto this callback that represent the structure of the document

Parameters:
aHandler - callback handler, may be null to remove the handler
Returns:
the handler that was assigned previously