org.apache.cocoon.spring.configurator.impl
Class ConfiguratorNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.apache.cocoon.spring.configurator.impl.ConfiguratorNamespaceHandler
- All Implemented Interfaces:
- NamespaceHandler
- public class ConfiguratorNamespaceHandler
- extends NamespaceHandlerSupport
Spring namespace handler for the cocoon core namespace.
Currently this namespace defines the following elements
(in the namespace "http://cocoon.apache.org/schema/configurator"):
"settings" : This sets up the Cocoon Settings object (by reading the property
files located under /WEB-INF/cocoon/properties.
By specifying the attribute "processorClassName" an own implementation
can be used (this should be a subclass of the SettingsBeanFactoryPostProcessor
).
"child-settings" : This sets up a sub context.
"bean-map" : Creates a bean map.
- Since:
- 1.0
- Version:
- $Id: ConfiguratorNamespaceHandler.java 587750 2007-10-24 02:35:22Z vgritsenko $
Method Summary |
void |
init()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfiguratorNamespaceHandler
public ConfiguratorNamespaceHandler()
init
public void init()
- See Also:
NamespaceHandler.init()
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.