|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.spring.configurator.impl.AbstractElementParser
org.apache.cocoon.spring.configurator.impl.AbstractSettingsElementParser
org.apache.cocoon.spring.configurator.impl.SettingsElementParser
Add a bean definition for the settings object to the bean factory.
ConfiguratorNamespaceHandler,
SettingsBeanFactoryPostProcessor| Field Summary | |
static String |
EXTRACT_BLOCK_RESOURCES_ATTR
The name of the configuration attribute to specify if block resources should be extracted. |
static String |
READ_FROM_CLASSPATH_ATTR
The name of the configuration attribute to specify if configurations are read from the classpath. |
static String |
READ_FROM_GLOBAL_LOCATION_ATTR
The name of the configuration attribute to specify if configurations are read from the global location. |
static String |
RUNNING_MODE_ATTR
The name of the configuration attribute to specify the running mode. |
| Fields inherited from class org.apache.cocoon.spring.configurator.impl.AbstractElementParser |
logger |
| Constructor Summary | |
SettingsElementParser()
|
|
| Method Summary | |
protected void |
createSettingsBeanFactoryPostProcessor(Element element,
ParserContext parserContext,
String runningMode)
Create and register the settings bean factory post processor. |
protected List |
getBeanIncludes(Element settingsElement)
Get additional includes of bean configurations. |
protected List |
getBeanPropertyOverrideIncludes(Element settingsElement)
Return the includes for the property override configuration |
protected String |
getRunningMode(Element e)
Get the current running mode |
protected void |
registerComponents(Element settingsElement,
ParserContext parserContext)
This method can be used for subclasses to register additional components. |
| Methods inherited from class org.apache.cocoon.spring.configurator.impl.AbstractSettingsElementParser |
getAdditionalProperties, getPropertyIncludes, handleBeanInclude, handleImport, parse, registerPropertyOverrideConfigurer |
| 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 |
| Field Detail |
public static final String RUNNING_MODE_ATTR
public static final String READ_FROM_CLASSPATH_ATTR
public static final String READ_FROM_GLOBAL_LOCATION_ATTR
public static final String EXTRACT_BLOCK_RESOURCES_ATTR
| Constructor Detail |
public SettingsElementParser()
| Method Detail |
protected void createSettingsBeanFactoryPostProcessor(Element element,
ParserContext parserContext,
String runningMode)
createSettingsBeanFactoryPostProcessor in class AbstractSettingsElementParserprotected String getRunningMode(Element e)
AbstractSettingsElementParser
getRunningMode in class AbstractSettingsElementParserAbstractSettingsElementParser.getRunningMode(org.w3c.dom.Element)protected List getBeanIncludes(Element settingsElement)
AbstractSettingsElementParser
getBeanIncludes in class AbstractSettingsElementParserAbstractSettingsElementParser.getBeanIncludes(org.w3c.dom.Element)protected List getBeanPropertyOverrideIncludes(Element settingsElement)
AbstractSettingsElementParser
getBeanPropertyOverrideIncludes in class AbstractSettingsElementParserAbstractSettingsElementParser.getBeanPropertyOverrideIncludes(org.w3c.dom.Element)
protected void registerComponents(Element settingsElement,
ParserContext parserContext)
AbstractSettingsElementParser
registerComponents in class AbstractSettingsElementParserAbstractSettingsElementParser.registerComponents(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||