BaseFactory
, DefaultFactory
, Factory
public interface PageParserSelector
Modifier and Type | Method | Description |
---|---|---|
PageParser |
getPageParser(String contentType) |
Create a PageParser suitable for the given content-type.
|
boolean |
shouldParsePage(String contentType) |
Determine whether a Page of given content-type should be parsed or not.
|
boolean shouldParsePage(String contentType)
PageParser getPageParser(String contentType)
For example, if the supplied parameter is text/html
a parser shall be returned that can parse HTML accordingly.
contentType
- The MIME content-type of the data to be parsedPageParser
for reading data