| Package | Description | 
|---|---|
| org.apache.tapestry5 | Root package for Tapestry, containing common interfaces and data types used throughout the framework. | 
| org.apache.tapestry5.corelib.internal | [INTERNAL USE ONLY] support classes for the Tapestry-core module; API subject to change
 core components. | 
| org.apache.tapestry5.internal | [INTERNAL USE ONLY] internal support classes; API subject to change. | 
| org.apache.tapestry5.internal.bindings | [INTERNAL USE ONLY] support classes for binding; API subject to change | 
| org.apache.tapestry5.internal.model | [INTERNAL USE ONLY] support classes for component models; API subject to change | 
| org.apache.tapestry5.internal.parser | [INTERNAL USE ONLY] support classes for component template rendering; API subject to change | 
| org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change | 
| org.apache.tapestry5.internal.structure | [INTERNAL USE ONLY] page structure implementation details; API subject to change. | 
| org.apache.tapestry5.ioc | A code-centric, high-performance, simple Inversion of Control container | 
| org.apache.tapestry5.ioc.internal | [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. | 
| org.apache.tapestry5.ioc.internal.util | [INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change | 
| org.apache.tapestry5.ioc.util | Utility classes supporting Tapestry IOC services | 
| org.apache.tapestry5.model | Interfaces for various types of component and parameter models used by Tapestry | 
| org.apache.tapestry5.runtime | Contains interfaces that are added to component classes at runtime. | 
| org.apache.tapestry5.test | Support for testing Tapestry pages | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ComponentResourcesProvides a component instance with the resources provided by the framework. | 
| interface  | ComponentResourcesCommonOperations shared by the public  ComponentResourcesinterface andComponentPageElementinterface (on the internal side). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlockNotFoundExceptionException thrown when a  Blockis requested but not found. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FormSupportImplProvides support to components enclosed by a form when the form is rendering (allowing the components to registry
 form submit callback commands), and also during form submission time. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalComponentResourcesAn extension of  ComponentResourcesthat represents additional
 methods that are private
 to the framework and not exposed in any public APIs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBindingAbstract base class for bindings. | 
| class  | AssetBinding | 
| class  | BlockBinding | 
| class  | ComponentBinding | 
| class  | InvariantBindingExtends  AbstractBindingwith a description and a binding type, with
 invariant forced to true. | 
| class  | LiteralBindingBinding type for literal, immutable values. | 
| class  | PropBindingBase class for bindings created by the  PropBindingFactory. | 
| class  | RenderVariableBinding | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MutableEmbeddedComponentModelImpl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttributeTokenStores an attribute/value pair (as part of an XML element). | 
| class  | BlockTokenA block, used to enclose a chunk of template (including components) and control when or if the content is rendered. | 
| class  | BodyTokenPlaceholder for a component's body (within the component's template). | 
| class  | CDATATokenLiteral text that was enclosed within a !CDATA in the input template (so we should do the same during output). | 
| class  | CommentTokenA node representing a comment embedded in the source input. | 
| class  | DefineNamespacePrefixTokenA token from a template that defines a namespace prefix. | 
| class  | DTDTokenRepresents the presence of a Document Type declaration within a template. | 
| class  | EndElementTokenEnds a previously started element (including components, parameters, blocks, etc.). | 
| class  | ExpansionTokenA token containing an expression expansion from the template. | 
| class  | ExtensionPointTokenA token that represents the replacement of a portion of the template with the content of an extension point, or an
 override of that extension point. | 
| class  | ParameterTokenA parameter block to be passed to a component as a parameter. | 
| class  | StartComponentTokenThe start element of a component within the template. | 
| class  | StartElementTokenThe start of an ordinary element within the template (as opposed to  StartComponentToken,
 which represents an active Tapestry token. | 
| class  | TemplateTokenBase class for tokens parsed out of a template. | 
| class  | TextToken | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttributeExpansionBindingWraps a  StringProvideras a read-onlyBinding. | 
| class  | RenderQueueExceptionException used when rendering, to capture the stack of active components (for propery reporting in the exception
 page). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ComponentPageElement | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlockImpl | 
| class  | ComponentPageElementImplImplements  RenderCommandand represents a component within an overall page. | 
| class  | InternalComponentResourcesImplThe bridge between a component and its  ComponentPageElement, that supplies all kinds of
 resources to the
 component, including access to its parameters, parameter bindings, and persistent field data. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseLocatableBase implementation of  Locatable. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OperationExceptionAn exception caught and reported by an  OperationTracker; the trace property
 identifies what operations were active at the time of the exception. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TapestryExceptionException class used as a replacement for  RuntimeExceptionwhen the exception is related to a
 particular location. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UnknownValueExceptionSpecial exception used when a value (typically from a map) is referenced that does not exist. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | EmbeddedComponentModelThe model for a component embedded within another component, as defined by the  Componentannotation. | 
| interface  | MutableEmbeddedComponentModelA mutable version of  EmbeddedComponentModelthat allows the parameters to be
 incrementally stored. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComponentEventExceptionA wrapper exception around any exception thrown when invoking a component event handler. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TapestryTestCase. train_getLocation(Locatable locatable,
                 Location location) | 
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.