Uses of Class
org.apache.tapestry5.services.pageload.ComponentResourceSelector
Packages that use ComponentResourceSelector
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
Services supporting component and application message catalogs.
Services for locating and loading pages and component resources.
-
Uses of ComponentResourceSelector in org.apache.tapestry5
Methods in org.apache.tapestry5 that return ComponentResourceSelectorModifier and TypeMethodDescriptionComponentResourcesCommon.getResourceSelector()
Returns the selector used when constructing the component and its containing page. -
Uses of ComponentResourceSelector in org.apache.tapestry5.internal.pageload
Methods in org.apache.tapestry5.internal.pageload that return ComponentResourceSelectorModifier and TypeMethodDescriptionDefaultComponentRequestSelectorAnalyzer.buildSelectorForRequest()
Methods in org.apache.tapestry5.internal.pageload with parameters of type ComponentResourceSelectorModifier and TypeMethodDescriptionorg.apache.tapestry5.internal.pageload.ComponentAssembler
ComponentAssemblerSource.getAssembler
(String className, ComponentResourceSelector selector) Gets (and possibly creates) a component assembler for the indicated class name and selector.org.apache.tapestry5.internal.pageload.ComponentAssembler
PageLoaderImpl.getAssembler
(String className, ComponentResourceSelector selector) PageLoaderImpl.loadPage
(String logicalPageName, ComponentResourceSelector selector) DefaultComponentResourceLocator.locateMessageCatalog
(Resource baseResource, ComponentResourceSelector selector) DefaultComponentResourceLocator.locateTemplate
(ComponentModel model, ComponentResourceSelector selector) Constructors in org.apache.tapestry5.internal.pageload with parameters of type ComponentResourceSelectorModifierConstructorDescriptionEmbeddedComponentAssemblerImpl
(ComponentAssemblerSource assemblerSource, ComponentInstantiatorSource instantiatorSource, ComponentClassResolver componentClassResolver, String componentClassName, ComponentResourceSelector selector, EmbeddedComponentModel embeddedModel, String templateMixins, Location location, boolean strictMixinParameters) -
Uses of ComponentResourceSelector in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services with parameters of type ComponentResourceSelectorModifier and TypeMethodDescriptionComponentMessagesSourceImpl.getMessages
(ComponentModel componentModel, ComponentResourceSelector selector) MessagesSource.getMessages
(MessagesBundle bundle, ComponentResourceSelector selector) Used to obtain aMessages
instance for a particular component, within a particular locale.MessagesSourceImpl.getMessages
(MessagesBundle bundle, ComponentResourceSelector selector) ComponentTemplateSource.getTemplate
(ComponentModel componentModel, ComponentResourceSelector selector) Provides access to a template.ComponentTemplateSourceImpl.getTemplate
(ComponentModel componentModel, ComponentResourceSelector selector) PageLoader.loadPage
(String pageName, ComponentResourceSelector selector) Loads the page for the indicated selector. -
Uses of ComponentResourceSelector in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure that return ComponentResourceSelectorModifier and TypeMethodDescriptionComponentPageElementImpl.getResourceSelector()
InternalComponentResourcesImpl.getResourceSelector()
ComponentPageElementResources.getSelector()
Returns the selector associated with this resources.ComponentPageElementResourcesImpl.getSelector()
Page.getSelector()
The selector (which includes Locale) used when the page was constructor.PageImpl.getSelector()
Methods in org.apache.tapestry5.internal.structure with parameters of type ComponentResourceSelectorModifier and TypeMethodDescriptionComponentPageElementResourcesSource.get
(ComponentResourceSelector selector) Gets (or creates) an instance ofComponentPageElementResources
for the indicated selector.ComponentPageElementResourcesSourceImpl.get
(ComponentResourceSelector selector) Constructors in org.apache.tapestry5.internal.structure with parameters of type ComponentResourceSelectorModifierConstructorDescriptionComponentPageElementResourcesImpl
(ComponentResourceSelector selector, ComponentMessagesSource componentMessagesSource, TypeCoercer typeCoercer, ComponentClassCache componentClassCache, ContextValueEncoder contextValueEncoder, LinkSource linkSource, RequestPageCache requestPageCache, ComponentClassResolver componentClassResolver, LoggerSource loggerSource, OperationTracker tracker, PerthreadManager perThreadManager, boolean productionMode, boolean componentTracingEnabled, RequestGlobals requestGlobals) PageImpl
(String name, ComponentResourceSelector selector, PersistentFieldManager persistentFieldManager, PerthreadManager perThreadManager, MetaDataLocator metaDataLocator) -
Uses of ComponentResourceSelector in org.apache.tapestry5.services.messages
Methods in org.apache.tapestry5.services.messages with parameters of type ComponentResourceSelectorModifier and TypeMethodDescriptionComponentMessagesSource.getMessages
(ComponentModel componentModel, ComponentResourceSelector selector) Used to obtain aMessages
instance for a particular component, using a particular selector. -
Uses of ComponentResourceSelector in org.apache.tapestry5.services.pageload
Methods in org.apache.tapestry5.services.pageload that return ComponentResourceSelectorModifier and TypeMethodDescriptionComponentRequestSelectorAnalyzer.buildSelectorForRequest()
Constructs a selector for locating or loading pages in the current request.Returns a new selector with the given axis data.Methods in org.apache.tapestry5.services.pageload with parameters of type ComponentResourceSelectorModifier and TypeMethodDescriptionComponentResourceLocator.locateMessageCatalog
(Resource baseResource, ComponentResourceSelector selector) Locates the properties files that make up the message catalog for a specific component.ComponentResourceLocator.locateTemplate
(ComponentModel model, ComponentResourceSelector selector) Locates the template for a component (including pages and base classes).