Package org.apache.tapestry5.model
package org.apache.tapestry5.model
Interfaces for various types of component and parameter models used by Tapestry
-
InterfacesClassDescriptionDefines a component in terms of its capabilities, parameters, sub-components, etc.The model for a component embedded within another component, as defined by the
Component
annotation.Mutable version ofComponentModel
used during the transformation phase.A mutable version ofEmbeddedComponentModel
that allows the parameters to be incrementally stored.Model for a formal parameter of a component.