Package org.apache.tapestry5.model
Interface MutableEmbeddedComponentModel
- All Superinterfaces:
EmbeddedComponentModel
,Locatable
- All Known Implementing Classes:
MutableEmbeddedComponentModelImpl
A mutable version of
EmbeddedComponentModel
that allows the parameters to be
incrementally stored.-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Methods inherited from interface org.apache.tapestry5.model.EmbeddedComponentModel
getComponentClassName, getComponentType, getConstraintsForMixin, getId, getInheritInformalParameters, getMixinClassNames, getParameterNames, getParameterValue, getPublishedParameters
Methods inherited from interface org.apache.tapestry5.commons.Locatable
getLocation
-
Method Details
-
addParameter
-
addMixin
Adds a mixin to the component in terms of its fully qualified class name, with optional ordering constraints. -
setPublishedParameters
Sets the list of published parameters for this embedded component.- Parameters:
parameterNames
- list of names- Since:
- 5.1.0.0
- See Also:
-