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 PageParser
Factory.getPageParser
(String contentType) Create a PageParser suitable for the given content-type.PageParserSelector.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. -
Uses of PageParser in com.opensymphony.module.sitemesh.filter
Fields in com.opensymphony.module.sitemesh.filter declared as PageParserConstructors in com.opensymphony.module.sitemesh.filter with parameters of type PageParser -
Uses of PageParser in com.opensymphony.module.sitemesh.multipass
Classes in com.opensymphony.module.sitemesh.multipass that implement PageParserModifier and TypeClassDescriptionclass
class
-
Uses of PageParser in com.opensymphony.module.sitemesh.parser
Classes in com.opensymphony.module.sitemesh.parser that implement PageParserModifier and TypeClassDescriptionfinal class
Deprecated.Use HTMLPageParser instead - it performs better and is more extensible.class
Builds an HTMLPage object from an HTML document.