Uses of Interface
org.apache.tapestry5.model.MutableEmbeddedComponentModel
Packages that use MutableEmbeddedComponentModel
Package
Description
[INTERNAL USE ONLY] support classes for component models; API subject to change
Interfaces for various types of component and parameter models used by Tapestry
-
Uses of MutableEmbeddedComponentModel in org.apache.tapestry5.internal.model
Classes in org.apache.tapestry5.internal.model that implement MutableEmbeddedComponentModelMethods in org.apache.tapestry5.internal.model that return MutableEmbeddedComponentModelModifier and TypeMethodDescriptionMutableComponentModelImpl.addEmbeddedComponent
(String id, String type, String componentClassName, boolean inheritInformalParameters, Location location) -
Uses of MutableEmbeddedComponentModel in org.apache.tapestry5.model
Methods in org.apache.tapestry5.model that return MutableEmbeddedComponentModelModifier and TypeMethodDescriptionMutableComponentModel.addEmbeddedComponent
(String id, String type, String componentClassName, boolean inheritInformalParameters, Location location) Defines a new embedded component.