Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Component |
Instantiator.newInstance(InternalComponentResources resources)
Instantiates and returns a new instance of the desired class.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
InternalComponentResources |
ComponentPageElement.getComponentResources()
Returns the resources associated with the core component.
|
InternalComponentResources |
ComponentPageElementImpl.getComponentResources() |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.