Uses of Interface
org.apache.tapestry5.model.EmbeddedComponentModel

Packages that use EmbeddedComponentModel
org.apache.tapestry5.internal.model [INTERNAL USE ONLY] support classes for component models; API subject to change 
org.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change 
org.apache.tapestry5.model Interfaces for various types of component and parameter models used by Tapestry 
org.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
 class MutableEmbeddedComponentModelImpl
           
 

Methods in org.apache.tapestry5.internal.model that return EmbeddedComponentModel
 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
EmbeddedComponentAssemblerImpl(ComponentAssemblerSource assemblerSource, ComponentInstantiatorSource instantiatorSource, ComponentClassResolver componentClassResolver, String componentClassName, ComponentResourceSelector selector, EmbeddedComponentModel embeddedModel, String templateMixins, Location location)
           
 

Uses of EmbeddedComponentModel in org.apache.tapestry5.model
 

Subinterfaces of EmbeddedComponentModel in org.apache.tapestry5.model
 interface MutableEmbeddedComponentModel
          A mutable version of EmbeddedComponentModel that allows the parameters to be incrementally stored.
 

Methods in org.apache.tapestry5.model that return EmbeddedComponentModel
 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
protected  void TapestryTestCase.train_getInheritInformalParameters(EmbeddedComponentModel model, boolean inherits)
           
 



Copyright © 2003-2012 The Apache Software Foundation.