Uses of Interface
org.apache.tapestry5.model.EmbeddedComponentModel
-
Packages that use EmbeddedComponentModel Package Description org.apache.tapestry5.internal.model [INTERNAL USE ONLY] support classes for component models; API subject to changeorg.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to changeorg.apache.tapestry5.model Interfaces for various types of component and parameter models used by Tapestryorg.apache.tapestry5.test Support for testing Tapestry pages -
-
Uses of EmbeddedComponentModel in org.apache.tapestry5.internal.model
Classes in org.apache.tapestry5.internal.model that implement EmbeddedComponentModel Modifier and Type Class Description class
MutableEmbeddedComponentModelImpl
Methods in org.apache.tapestry5.internal.model that return EmbeddedComponentModel Modifier and Type Method Description EmbeddedComponentModel
MutableComponentModelImpl. getEmbeddedComponentModel(String componentId)
-
Uses of EmbeddedComponentModel in org.apache.tapestry5.internal.pageload
Constructors in org.apache.tapestry5.internal.pageload with parameters of type EmbeddedComponentModel Constructor Description EmbeddedComponentAssemblerImpl(ComponentAssemblerSource assemblerSource, ComponentInstantiatorSource instantiatorSource, ComponentClassResolver componentClassResolver, String componentClassName, ComponentResourceSelector selector, EmbeddedComponentModel embeddedModel, String templateMixins, Location location, boolean strictMixinParameters)
-
Uses of EmbeddedComponentModel in org.apache.tapestry5.model
Subinterfaces of EmbeddedComponentModel in org.apache.tapestry5.model Modifier and Type Interface Description interface
MutableEmbeddedComponentModel
A mutable version ofEmbeddedComponentModel
that allows the parameters to be incrementally stored.Methods in org.apache.tapestry5.model that return EmbeddedComponentModel Modifier and Type Method Description EmbeddedComponentModel
ComponentModel. getEmbeddedComponentModel(String componentId)
Returns an embedded component defined by this component or by a super-class. -
Uses of EmbeddedComponentModel in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test with parameters of type EmbeddedComponentModel Modifier and Type Method Description protected void
TapestryTestCase. train_getInheritInformalParameters(EmbeddedComponentModel model, boolean inherits)
-