| Package | Description | 
|---|---|
| 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. | 
| Constructor and Description | 
|---|
| ComponentEventImpl(String eventType,
                  String originatingComponentId,
                  EventContext context,
                  ComponentEventCallback handler,
                  ComponentPageElementResources elementResources,
                  boolean exactParameterCountMatch,
                  ComponentModel model,
                  org.slf4j.Logger logger) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComponentPageElementResourcesImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| ComponentPageElementResources | ComponentPageElementResourcesSourceImpl. get(ComponentResourceSelector selector) | 
| ComponentPageElementResources | ComponentPageElementResourcesSource. get(ComponentResourceSelector selector)Gets (or creates) an instance of  ComponentPageElementResourcesfor the indicated selector. | 
| Constructor and Description | 
|---|
| ComponentPageElementImpl(Page page,
                        Instantiator instantiator,
                        ComponentPageElementResources elementResources)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) | 
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.