| Package | Description |
|---|---|
| org.sitemesh.config | |
| org.sitemesh.config.properties | |
| org.sitemesh.config.xml |
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectFactory.Default
Default implementation of
ObjectFactory that treats the object
name as a class name, loading it from the current ClassLoader and instantiating
with the default constructor. |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectFactory |
ConfigurableSiteMeshFilter.getObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectFactory |
PropertiesConfigurator.getObjectFactory() |
| Constructor and Description |
|---|
PropertiesConfigurator(ObjectFactory objectFactory,
Map<String,String> properties) |
PropertiesFilterConfigurator(ObjectFactory objectFactory,
Map<String,String> properties) |
PropertiesOfflineConfigurator(ObjectFactory objectFactory,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectFactory |
XmlConfigurator.getObjectFactory() |
| Constructor and Description |
|---|
XmlConfigurator(ObjectFactory objectFactory,
Element siteMeshElement) |
XmlFilterConfigurator(ObjectFactory objectFactory,
Element siteMeshElement) |
XmlOfflineConfigurator(ObjectFactory objectFactory,
Element siteMeshElement) |
Copyright © 2015. All Rights Reserved.