Uses of Interface
org.apache.tapestry5.internal.InternalComponentResources
Packages that use InternalComponentResources
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
-
Uses of InternalComponentResources in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services with parameters of type InternalComponentResourcesModifier and TypeMethodDescriptionInstantiator.newInstance
(InternalComponentResources resources) Instantiates and returns a new instance of the desired class. -
Uses of InternalComponentResources in org.apache.tapestry5.internal.structure
Classes in org.apache.tapestry5.internal.structure that implement InternalComponentResourcesModifier and TypeClassDescriptionclass
The bridge between a component and itsComponentPageElement
, that supplies all kinds of resources to the component, including access to its parameters, parameter bindings, and persistent field data.Methods in org.apache.tapestry5.internal.structure that return InternalComponentResourcesModifier and TypeMethodDescriptionComponentPageElement.getComponentResources()
Returns the resources associated with the core component.ComponentPageElementImpl.getComponentResources()