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

Packages that use InternalComponentResources
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.structure   
 

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 ComponentPageElement.getComponentResources()
          Returns the resources associated with the core component.
 InternalComponentResources ComponentPageElementImpl.getComponentResources()
           
 



Copyright © 2003-2012 The Apache Software Foundation.