Uses of Interface
com.opensymphony.module.sitemesh.PageParser
Packages that use PageParser
Package
Description
-
Uses of PageParser in com.opensymphony.module.sitemesh
Methods in com.opensymphony.module.sitemesh that return PageParserModifier and TypeMethodDescriptionabstract PageParserFactory.getPageParser(String contentType) Create a PageParser suitable for the given content-type. -
Uses of PageParser in com.opensymphony.module.sitemesh.factory
Methods in com.opensymphony.module.sitemesh.factory that return PageParserModifier and TypeMethodDescriptionBaseFactory.getPageParser(String contentType) Create a PageParser suitable for the given content-type.DefaultFactory.getPageParser(String contentType) Refresh config before delegating to superclass. -
Uses of PageParser in com.opensymphony.module.sitemesh.parser
Classes in com.opensymphony.module.sitemesh.parser that implement PageParserModifier and TypeClassDescriptionclassDefault implementation of PageParser - returns an UnParsedPage.final classVery fast PageParser implementation for parsing HTML.