|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.spring.namespace.ConfigurationParser
public final class ConfigurationParser
Parses a <dwr:configuration> tag and all its children.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_SPRING_CONFIGURATOR_ID
Provided bean name for the configuration tag. |
| Constructor Summary | |
|---|---|
ConfigurationParser(org.springframework.beans.factory.xml.NamespaceHandlerSupport handler)
Configures the namespace handler for this context. |
|
| Method Summary | |
|---|---|
org.springframework.beans.factory.config.BeanDefinition |
parse(org.w3c.dom.Element configurationElement,
org.springframework.beans.factory.xml.ParserContext parserContext)
Registers the configuration object and recursively processes children. |
static org.springframework.beans.factory.config.BeanDefinition |
registerConfigurationIfNecessary(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
Checks if a configuration object (usually from a <dwr:configuration> tag) has already
been processed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_SPRING_CONFIGURATOR_ID
| Constructor Detail |
|---|
public ConfigurationParser(org.springframework.beans.factory.xml.NamespaceHandlerSupport handler)
handler - a non null instance| Method Detail |
|---|
public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element configurationElement,
org.springframework.beans.factory.xml.ParserContext parserContext)
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParserpublic static org.springframework.beans.factory.config.BeanDefinition registerConfigurationIfNecessary(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
<dwr:configuration> tag) has already
been processed. If not it registers one automatically.
registry - a non null instance
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||