Uses of Interface
org.apache.tapestry5.model.MutableEmbeddedComponentModel
-
Packages that use MutableEmbeddedComponentModel Package Description org.apache.tapestry5.internal.model [INTERNAL USE ONLY] support classes for component models; API subject to changeorg.apache.tapestry5.model 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 MutableEmbeddedComponentModel Modifier and Type Class Description classMutableEmbeddedComponentModelImplMethods in org.apache.tapestry5.internal.model that return MutableEmbeddedComponentModel Modifier and Type Method Description MutableEmbeddedComponentModelMutableComponentModelImpl. 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 MutableEmbeddedComponentModel Modifier and Type Method Description MutableEmbeddedComponentModelMutableComponentModel. addEmbeddedComponent(String id, String type, String componentClassName, boolean inheritInformalParameters, Location location)Defines a new embedded component.
-