com.ibm.portal.spa.parser
Interface SkinURIParser

All Superinterfaces:
Disposable, SkinFilter, URIParser

public interface SkinURIParser
extends SkinFilter, URIParser

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.SkinFilter
getSkinContentHandler, setSkinContentHandler
 
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