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. "wildcard-bean-map" : Creates a bean map by matching the
bean name against a wildcard expression.
- Since:
- 1.0
- Version:
- $Id: ConfiguratorNamespaceHandler.java 754972 2009-03-16 18:20:54Z reinhard $
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-2009 The Apache Software Foundation. All Rights Reserved.