|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
org.mule.config.spring.parsers.specific.properties.ElementInNestedMapDefinitionParser
public class ElementInNestedMapDefinitionParser
This constructs a nested map - keyed by "mapKey" - and then adds an entry in that
named from the attribute "keyAttribute". Child elements can then set a value (or
values, if it is a collection) on MapEntryCombiner.VALUE
Field Summary |
---|
Fields inherited from class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser |
---|
firstDefinition |
Fields inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser |
---|
logger |
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
---|
ID_ATTRIBUTE, NAME_ATTRIBUTE |
Constructor Summary | |
---|---|
ElementInNestedMapDefinitionParser(String mapSetter,
String mapKey,
String keyAttribute)
|
Method Summary |
---|
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser |
---|
addChildDelegate, addDelegate, addDelegateAsChild, doSingleBean |
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser |
---|
setReturnFirstResult |
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser |
---|
addHandledException, disableAttribute, disableAttributes, disableAttributes, enableAttribute, enableAttributes, enableAttributes, enableAttributes, isExceptionHandled, muleParse, resetAttribute, resetNameAndId |
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser |
---|
addAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, getBeanName, getDelegate, parseInternal, registerPostProcessor, registerPreProcessor, removeIgnored, setDeprecationWarning, setIgnoredDefault, size |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
---|
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.beans.factory.xml.BeanDefinitionParser |
---|
parse |
Constructor Detail |
---|
public ElementInNestedMapDefinitionParser(String mapSetter, String mapKey, String keyAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |