org.apache.cocoon.core.container.spring.avalon
Class SitemapElementParser
java.lang.Object
org.apache.cocoon.spring.configurator.impl.AbstractElementParser
org.apache.cocoon.core.container.spring.avalon.BridgeElementParser
org.apache.cocoon.core.container.spring.avalon.SitemapElementParser
- All Implemented Interfaces:
- BeanDefinitionParser
- public class SitemapElementParser
- extends BridgeElementParser
- Since:
- 2.2
- Version:
- $Id: SitemapElementParser.java 610271 2008-01-09 03:59:08Z rgoers $
| Fields inherited from class org.apache.cocoon.spring.configurator.impl.AbstractElementParser |
logger |
| Methods inherited from class org.apache.cocoon.spring.configurator.impl.AbstractElementParser |
addComponent, addComponent, createBeanDefinition, createBeanDefinition, getAttributeValue, getChildElements, register, register, register |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SitemapElementParser
public SitemapElementParser()
createComponents
public void createComponents(Element element,
ConfigurationInfo info,
BeanDefinitionRegistry registry,
BeanDefinitionReader reader,
ResourceLoader resourceLoader)
throws Exception
- Overrides:
createComponents in class BridgeElementParser
- Parameters:
element - Can be null.info - ConfigurationInfo.registry - BeanDefinitionRegistry.reader - Can be null.resourceLoader - ResourceLoader.
- Throws:
Exception - from called components.- See Also:
BridgeElementParser.createComponents(org.w3c.dom.Element, org.apache.cocoon.core.container.spring.avalon.ConfigurationInfo, org.springframework.beans.factory.support.BeanDefinitionRegistry, org.springframework.beans.factory.support.BeanDefinitionReader, org.springframework.core.io.ResourceLoader)
addContext
protected void addContext(Element element,
BeanDefinitionRegistry registry)
- Overrides:
addContext in class BridgeElementParser
- See Also:
BridgeElementParser.addContext(Element, BeanDefinitionRegistry)
addLogger
protected void addLogger(BeanDefinitionRegistry registry,
String loggerCategory)
- Add the logger bean.
- Overrides:
addLogger in class BridgeElementParser
- Parameters:
registry - The bean registry.loggerCategory - The optional category for the logger.
readConfiguration
protected ConfigurationInfo readConfiguration(String location,
ResourceLoader resourceLoader)
throws Exception
- Overrides:
readConfiguration in class BridgeElementParser
- Throws:
Exception- See Also:
BridgeElementParser.readConfiguration(String, ResourceLoader)
getConfigurationLocation
protected String getConfigurationLocation()
- Overrides:
getConfigurationLocation in class BridgeElementParser
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.