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 and Description |
---|---|
static Factory |
Factory.getInstance(Config config)
Entry-point for obtaining singleton instance of Factory.
|
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 Factory |
ApplyDecoratorTag.factory |
Modifier and Type | Field and Description |
---|---|
private Factory |
PageParser2ContentProcessor.factory |
Constructor and Description |
---|
PageParser2ContentProcessor(Factory factory) |