Modifier and Type | Class | Description |
---|---|---|
class |
Factory |
Factory responsible for creating appropriate instances of implementations.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
private PageParserSelector |
PageResponseWrapper.parserSelector |
Constructor | Description |
---|---|
PageResponseWrapper(javax.servlet.http.HttpServletResponse response,
PageParserSelector parserSelector) |
Modifier and Type | Method | Description |
---|---|---|
private PageParserSelector |
ApplyDecoratorTag.getParserSelector() |