Uses of Interface
org.apache.tapestry5.internal.InternalComponentResources
-
Packages that use InternalComponentResources Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.structure [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 InternalComponentResources Modifier and Type Method Description Component
Instantiator. 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 InternalComponentResources Modifier and Type Class Description class
InternalComponentResourcesImpl
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 InternalComponentResources Modifier and Type Method Description InternalComponentResources
ComponentPageElement. getComponentResources()
Returns the resources associated with the core component.InternalComponentResources
ComponentPageElementImpl. getComponentResources()
-