Package | Description |
---|---|
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalComponentResources
An extension of
ComponentResources that represents additional
methods that are private
to the framework and not exposed in any public APIs. |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentPageElement
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentPageElementImpl
Implements
RenderCommand and represents a component within an overall page. |
class |
InternalComponentResourcesImpl
The 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. |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.