Uses of Interface
com.opensymphony.module.sitemesh.PageParserSelector
Packages that use PageParserSelector
Package
Description
-
Uses of PageParserSelector in com.opensymphony.module.sitemesh
Classes in com.opensymphony.module.sitemesh that implement PageParserSelectorModifier and TypeClassDescriptionclass
Factory responsible for creating appropriate instances of implementations. -
Uses of PageParserSelector in com.opensymphony.module.sitemesh.factory
Classes in com.opensymphony.module.sitemesh.factory that implement PageParserSelectorModifier and TypeClassDescriptionclass
Base Factory implementation.class
DefaultFactory, reads configuration from thesitemesh.configfile
init param, or/WEB-INF/sitemesh.xml
if not specified, or uses the default configuration ifsitemesh.xml
does not exist. -
Uses of PageParserSelector in com.opensymphony.module.sitemesh.filter
Fields in com.opensymphony.module.sitemesh.filter declared as PageParserSelectorModifier and TypeFieldDescriptionprivate final PageParserSelector
PageResponseWrapper.parserSelector
Constructors in com.opensymphony.module.sitemesh.filter with parameters of type PageParserSelectorModifierConstructorDescriptionPageResponseWrapper
(javax.servlet.http.HttpServletResponse response, PageParserSelector parserSelector) -
Uses of PageParserSelector in com.opensymphony.module.sitemesh.taglib.page
Methods in com.opensymphony.module.sitemesh.taglib.page that return PageParserSelectorModifier and TypeMethodDescriptionprivate PageParserSelector
ApplyDecoratorTag.getParserSelector()