Uses of Package
org.apache.tapestry5.services.pageload
-
Packages that use org.apache.tapestry5.services.pageload Package Description org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework.org.apache.tapestry5.internal.bindings [INTERNAL USE ONLY] support classes for binding; API subject to changeorg.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to changeorg.apache.tapestry5.internal.renderers [INTERNAL USE ONLY] support classes for component template rendering; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.structure [INTERNAL USE ONLY] page structure implementation details; API subject to change.org.apache.tapestry5.modules org.apache.tapestry5.services.messages Services supporting component and application message catalogs.org.apache.tapestry5.services.pageload Services for locating and loading pages and component resources. -
Classes in org.apache.tapestry5.services.pageload used by org.apache.tapestry5 Class Description ComponentResourceSelector Encapsulates the information that is used when locating a template or message catalog associated with a component. -
Classes in org.apache.tapestry5.services.pageload used by org.apache.tapestry5.internal.bindings Class Description PageClassLoaderContextManager Service that creates PageClassLoaderContext instances (except the root one) when a class in a controlled page is first used in the Tapestry page pool. -
Classes in org.apache.tapestry5.services.pageload used by org.apache.tapestry5.internal.pageload Class Description ComponentRequestSelectorAnalyzer Determines theComponentResourceSelector
for the current request.ComponentResourceLocator A central service that encapsulates the rules for locating resources for components.ComponentResourceSelector Encapsulates the information that is used when locating a template or message catalog associated with a component.PagePreloader Used to perform a pre-load of pages, at startup time. -
Classes in org.apache.tapestry5.services.pageload used by org.apache.tapestry5.internal.renderers Class Description PageClassLoaderContextManager Service that creates PageClassLoaderContext instances (except the root one) when a class in a controlled page is first used in the Tapestry page pool. -
Classes in org.apache.tapestry5.services.pageload used by org.apache.tapestry5.internal.services Class Description ComponentRequestSelectorAnalyzer Determines theComponentResourceSelector
for the current request.ComponentResourceLocator A central service that encapsulates the rules for locating resources for components.ComponentResourceSelector Encapsulates the information that is used when locating a template or message catalog associated with a component.PageCachingReferenceTypeService A service which defines whether cache page instances should have soft references pointing to it (the default) or strong, non-garbage-collectable ones.PageClassLoaderContextManager Service that creates PageClassLoaderContext instances (except the root one) when a class in a controlled page is first used in the Tapestry page pool. -
Classes in org.apache.tapestry5.services.pageload used by org.apache.tapestry5.internal.structure Class Description ComponentResourceSelector Encapsulates the information that is used when locating a template or message catalog associated with a component. -
Classes in org.apache.tapestry5.services.pageload used by org.apache.tapestry5.modules Class Description PageCachingReferenceTypeService A service which defines whether cache page instances should have soft references pointing to it (the default) or strong, non-garbage-collectable ones.PageClassLoaderContextManager Service that creates PageClassLoaderContext instances (except the root one) when a class in a controlled page is first used in the Tapestry page pool.PagePreloader Used to perform a pre-load of pages, at startup time.PreloaderMode Identifies when thePagePreloader
should perform its loading. -
Classes in org.apache.tapestry5.services.pageload used by org.apache.tapestry5.services.messages Class Description ComponentResourceSelector Encapsulates the information that is used when locating a template or message catalog associated with a component. -
Classes in org.apache.tapestry5.services.pageload used by org.apache.tapestry5.services.pageload Class Description ComponentResourceSelector Encapsulates the information that is used when locating a template or message catalog associated with a component.PageCachingReferenceTypeService A service which defines whether cache page instances should have soft references pointing to it (the default) or strong, non-garbage-collectable ones.PageClassLoaderContext Class that encapsulates a classloader context for Tapestry's live class reloading.PageClassLoaderContextManager Service that creates PageClassLoaderContext instances (except the root one) when a class in a controlled page is first used in the Tapestry page pool.PreloaderMode Identifies when thePagePreloader
should perform its loading.ReferenceType Defines the types of reference the page cache can use.