public interface MutableEmbeddedComponentModel extends EmbeddedComponentModel
EmbeddedComponentModel
that allows the parameters to be
incrementally stored.Modifier and Type | Method and Description |
---|---|
void |
addMixin(String mixinClassName,
String... orderingConstraints)
Adds a mixin to the component in terms of its fully qualified class name, with optional ordering constraints.
|
void |
addParameter(String name,
String value) |
void |
setPublishedParameters(List<String> parameterNames)
Sets the list of published parameters for this embedded component.
|
getComponentClassName, getComponentType, getConstraintsForMixin, getId, getInheritInformalParameters, getMixinClassNames, getParameterNames, getParameterValue, getPublishedParameters
getLocation
void addParameter(String name, String value)
void addMixin(String mixinClassName, String... orderingConstraints)
void setPublishedParameters(List<String> parameterNames)
parameterNames
- list of namesComponent.publishParameters()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.