public interface HasNestedComponentsDeclarer
NestableElementModel as child| Modifier and Type | Method and Description |
|---|---|
NestedChainDeclarer |
withChain()
Adds a component of the given
name |
NestedChainDeclarer |
withChain(String chainName)
Adds a component of the given
name |
NestedComponentDeclarer |
withComponent(String nestedComponentName)
Adds a component of the given
name |
NestedComponentDeclarer |
withOptionalComponent(String nestedComponentName)
Adds a component of the given
name |
NestedComponentDeclarer withOptionalComponent(String nestedComponentName)
namenestedComponentName - a non blank nameNestedComponentDeclarer which allows describing the created componentNestedComponentDeclarer withComponent(String nestedComponentName)
namenestedComponentName - a non blank nameNestedComponentDeclarer which allows describing the created componentNestedChainDeclarer withChain()
nameNestedComponentDeclarer which allows describing the created componentNestedChainDeclarer withChain(String chainName)
namechainName - a non blank nameNestedComponentDeclarer which allows describing the created componentCopyright © 2017 MuleSoft, Inc.. All rights reserved.