Interface ComponentPageElementResourcesSource
- All Known Implementing Classes:
ComponentPageElementResourcesSourceImpl
public interface ComponentPageElementResourcesSource
Provides access to the
ComponentPageElementResources
facade.-
Method Summary
Modifier and TypeMethodDescriptionget
(ComponentResourceSelector selector) Gets (or creates) an instance ofComponentPageElementResources
for the indicated selector.
-
Method Details
-
get
Gets (or creates) an instance ofComponentPageElementResources
for the indicated selector.- Parameters:
selector
- to create the resources for- Returns:
- the resources
-