com.ibm.portal.spa.parser
Interface ThemeURIParser

All Superinterfaces:
Disposable, ThemeFilter, URIParser

public interface ThemeURIParser
extends ThemeFilter, URIParser

Parses the content of the static page that is identified by the URI

Since:
7.0

Method Summary
 ErrorHandler setErrorHandler(ErrorHandler aHandler)
          Replaces the handler that decides how exceptions are processed
 
Methods inherited from interface com.ibm.portal.spa.parser.ThemeFilter
getThemeContentHandler, setThemeContentHandler
 
Methods inherited from interface com.ibm.portal.resolver.data.URIParser
getDataSourceHandler, parse, setDataSourceHandler
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

setErrorHandler

ErrorHandler setErrorHandler(ErrorHandler aHandler)
Replaces the handler that decides how exceptions are processed

Parameters:
aHandler - the error handler
Returns:
the old handler