Uses of Interface
org.apache.tapestry5.model.EmbeddedComponentModel
Packages that use EmbeddedComponentModel
Package
Description
[INTERNAL USE ONLY] support classes for component models; API subject to change
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
Interfaces for various types of component and parameter models used by Tapestry
Support for testing Tapestry pages
-
Uses of EmbeddedComponentModel in org.apache.tapestry5.internal.model
Classes in org.apache.tapestry5.internal.model that implement EmbeddedComponentModelMethods in org.apache.tapestry5.internal.model that return EmbeddedComponentModelModifier and TypeMethodDescriptionMutableComponentModelImpl.getEmbeddedComponentModel
(String componentId) -
Uses of EmbeddedComponentModel in org.apache.tapestry5.internal.pageload
Constructors in org.apache.tapestry5.internal.pageload with parameters of type EmbeddedComponentModelModifierConstructorDescriptionEmbeddedComponentAssemblerImpl
(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.modelModifier and TypeInterfaceDescriptioninterface
A mutable version ofEmbeddedComponentModel
that allows the parameters to be incrementally stored.Methods in org.apache.tapestry5.model that return EmbeddedComponentModelModifier and TypeMethodDescriptionComponentModel.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 EmbeddedComponentModelModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getInheritInformalParameters
(EmbeddedComponentModel model, boolean inherits)