Uses of Interface
org.apache.tapestry5.internal.InternalComponentResources

Packages that use InternalComponentResources
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. 
 

Uses of InternalComponentResources in org.apache.tapestry5.internal.services
 

Methods in org.apache.tapestry5.internal.services with parameters of type InternalComponentResources
 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
 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.
 

Methods in org.apache.tapestry5.internal.structure that return InternalComponentResources
 InternalComponentResources ComponentPageElementImpl.getComponentResources()
           
 InternalComponentResources ComponentPageElement.getComponentResources()
          Returns the resources associated with the core component.
 



Copyright © 2003-2012 The Apache Software Foundation.