Package | Description |
---|---|
com.opensymphony.module.sitemesh | |
com.opensymphony.module.sitemesh.factory | |
com.opensymphony.module.sitemesh.taglib.page | |
com.opensymphony.sitemesh.compatability |
Modifier and Type | Method | Description |
---|---|---|
static Factory |
Factory.getInstance(Config config) |
Entry-point for obtaining singleton instance of Factory.
|
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 Factory |
ApplyDecoratorTag.factory |
Modifier and Type | Field | Description |
---|---|---|
private Factory |
PageParser2ContentProcessor.factory |
Constructor | Description |
---|---|
PageParser2ContentProcessor(Factory factory) |