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 PageParserFactory. 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 PageParserBaseFactory. getPageParser(java.lang.String contentType)Create a PageParser suitable for the given content-type.PageParserDefaultFactory. 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 classDefaultPageParserDefault implementation of PageParser - returns an UnParsedPage.classFastPageParserVery fast PageParser implementation for parsing HTML.
-