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

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

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 ComponentPageElementResourcesSource.get(ComponentResourceSelector selector)
          Gets (or creates) an instance of ComponentPageElementResources for the indicated selector.
 ComponentPageElementResources ComponentPageElementResourcesSourceImpl.get(ComponentResourceSelector 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.