Uses of Interface
com.opensymphony.module.sitemesh.PageParser
-
Packages that use PageParser Package Description com.opensymphony.module.sitemesh com.opensymphony.module.sitemesh.factory com.opensymphony.module.sitemesh.parser -
-
Uses of PageParser in com.opensymphony.module.sitemesh
Methods in com.opensymphony.module.sitemesh that return PageParser Modifier and Type Method Description abstract PageParser
Factory. getPageParser(java.lang.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 PageParser Modifier and Type Method Description PageParser
BaseFactory. getPageParser(java.lang.String contentType)
Create a PageParser suitable for the given content-type.PageParser
DefaultFactory. getPageParser(java.lang.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 PageParser Modifier and Type Class Description class
DefaultPageParser
Default implementation of PageParser - returns an UnParsedPage.class
FastPageParser
Very fast PageParser implementation for parsing HTML.
-