com.ibm.portal.spa.parser
Interface StaticPageParserFactory


public interface StaticPageParserFactory

Factory that instantiates parsers per mime types. These parsers work directly on markup data streams.

Since:
6.1.0

Method Summary
 StaticPageParser createParser(java.lang.String mimeType)
          Instantiates a new parser for the requested mime type
 

Method Detail

createParser

StaticPageParser createParser(java.lang.String mimeType)
                              throws java.io.IOException
Instantiates a new parser for the requested mime type

Parameters:
mimeType - the mime type string
Returns:
the parser for the mime-type
Throws:
java.io.IOException