com.ibm.portal.spa.parser
Interface SkinFilter

All Superinterfaces:
Disposable
All Known Subinterfaces:
SkinURIParser

public interface SkinFilter
extends Disposable

Since:
8.0.0.1

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

Method Detail

getSkinContentHandler

SkinContentHandler getSkinContentHandler()
Requests the instance of the SkinContentHandler that is currently associated with the filter


setSkinContentHandler

SkinContentHandler setSkinContentHandler(SkinContentHandler aHandler)
Associate a SkinContentHandler 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