Uses of Interface
org.apache.tapestry5.internal.structure.ComponentPageElementResources

Packages that use ComponentPageElementResources
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 ComponentPageElementResources in org.apache.tapestry5.internal.services
 

Constructors in org.apache.tapestry5.internal.services with parameters of type ComponentPageElementResources
ComponentEventImpl(String eventType, String originatingComponentId, EventContext context, ComponentEventCallback handler, ComponentPageElementResources elementResources, org.slf4j.Logger logger)
           
 

Uses of ComponentPageElementResources in org.apache.tapestry5.internal.structure
 

Classes in org.apache.tapestry5.internal.structure that implement ComponentPageElementResources
 class ComponentPageElementResourcesImpl
           
 

Methods in org.apache.tapestry5.internal.structure that return ComponentPageElementResources
 ComponentPageElementResources ComponentPageElementResourcesSourceImpl.get(ComponentResourceSelector selector)
           
 ComponentPageElementResources ComponentPageElementResourcesSource.get(ComponentResourceSelector selector)
          Gets (or creates) an instance of ComponentPageElementResources for the indicated selector.
 

Constructors in org.apache.tapestry5.internal.structure with parameters of type ComponentPageElementResources
ComponentPageElementImpl(Page page, Instantiator instantiator, ComponentPageElementResources elementResources, Request request, SymbolSource symbolSource)
          Constructor for the root component of a page.
InternalComponentResourcesImpl(Page page, ComponentPageElement element, ComponentResources containerResources, ComponentPageElementResources elementResources, String completeId, String nestedId, Instantiator componentInstantiator, boolean mixin)
           
 



Copyright © 2003-2012 The Apache Software Foundation.