Uses of Interface
org.apache.tapestry5.http.services.Context
Packages that use Context
Package
Description
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] support classes for component template rendering; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] asset support services; API subject to change
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
Support for testing Tapestry pages
-
Uses of Context in org.apache.tapestry5.http.internal.services
Classes in org.apache.tapestry5.http.internal.services that implement ContextMethods in org.apache.tapestry5.http.internal.services that return ContextMethods in org.apache.tapestry5.http.internal.services with parameters of type Context -
Uses of Context in org.apache.tapestry5.http.services
Methods in org.apache.tapestry5.http.services that return ContextMethods in org.apache.tapestry5.http.services with parameters of type ContextModifier and TypeMethodDescriptionvoid
ApplicationInitializer.initializeApplication
(Context context) void
ApplicationInitializerFilter.initializeApplication
(Context context, ApplicationInitializer initializer) void
ApplicationGlobals.storeContext
(Context context) -
Uses of Context in org.apache.tapestry5.internal
Constructors in org.apache.tapestry5.internal with parameters of type Context -
Uses of Context in org.apache.tapestry5.internal.renderers
Constructors in org.apache.tapestry5.internal.renderers with parameters of type ContextModifierConstructorDescriptionRequestRenderer
(ObjectRenderer masterObjectRenderer, Context context, String contextPath, boolean productionMode, PageClassLoaderContextManager pageClassLoaderContextManager, PageSource pageSource, ComponentClassResolver componentClassResolver) -
Uses of Context in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type ContextModifierConstructorDescriptionContextAssetFactory
(ResponseCompressionAnalyzer compressionAnalyzer, ResourceChangeTracker resourceChangeTracker, StreamableResourceSource streamableResourceSource, AssetPathConstructor assetPathConstructor, Context context) ContextResource
(Context context, String path) StaticFilesFilter
(Context context) -
Uses of Context in org.apache.tapestry5.internal.services.assets
Constructors in org.apache.tapestry5.internal.services.assets with parameters of type ContextModifierConstructorDescriptionContentTypeAnalyzerImpl
(Context context, Map<String, String> configuration) -
Uses of Context in org.apache.tapestry5.internal.test
Classes in org.apache.tapestry5.internal.test that implement Context -
Uses of Context in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules that return ContextMethods in org.apache.tapestry5.modules with parameters of type ContextModifier and TypeMethodDescriptionvoid
TapestryModule.contributeRequestHandler
(OrderedConfiguration<RequestFilter> configuration, Context context, boolean productionMode, PageClassLoaderContextManager pageClassLoaderContextManager) Continues a number of filters into the RequestHandler service: StaticFiles Checks to see if the request is for an actual file, if so, returns true to let the servlet container process the request CheckForUpdates Periodically fires events that checks to see if the file system sources for any cached data has changed (seeCheckForUpdatesFilter
). -
Uses of Context in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return Context