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

Packages that use MutableEmbeddedComponentModel
org.apache.tapestry5.internal.model [INTERNAL USE ONLY] support classes for component models; API subject to change 
org.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
 class MutableEmbeddedComponentModelImpl
           
 

Methods in org.apache.tapestry5.internal.model that return MutableEmbeddedComponentModel
 MutableEmbeddedComponentModel MutableComponentModelImpl.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
 MutableEmbeddedComponentModel MutableComponentModel.addEmbeddedComponent(String id, String type, String componentClassName, boolean inheritInformalParameters, Location location)
          Defines a new embedded component.
 



Copyright © 2003-2012 The Apache Software Foundation.