Modifier and Type | Class and Description |
---|---|
class |
Factory
Factory responsible for creating appropriate instances of implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseFactory
Base Factory implementation.
|
class |
DefaultFactory
DefaultFactory, reads configuration from the
sitemesh.configfile init param,
or /WEB-INF/sitemesh.xml if not specified, or uses the
default configuration if sitemesh.xml does not exist. |
Modifier and Type | Field and Description |
---|---|
private PageParserSelector |
PageResponseWrapper.parserSelector |
Constructor and Description |
---|
PageResponseWrapper(javax.servlet.http.HttpServletResponse response,
PageParserSelector parserSelector) |
Modifier and Type | Method and Description |
---|---|
private PageParserSelector |
ApplyDecoratorTag.getParserSelector() |