Uses of Interface
org.apache.tapestry5.http.services.Context
-
Packages that use Context Package Description org.apache.tapestry5.http.internal.services org.apache.tapestry5.http.services org.apache.tapestry5.internal [INTERNAL USE ONLY] internal support classes; API subject to change.org.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.services.assets [INTERNAL USE ONLY] asset support services; API subject to changeorg.apache.tapestry5.internal.test [INTERNAL USE ONLY] testing support implementation classes; API subject to changeorg.apache.tapestry5.modules org.apache.tapestry5.test 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 Context Modifier and Type Class Description class
ContextImpl
Methods in org.apache.tapestry5.http.internal.services that return Context Modifier and Type Method Description Context
ApplicationGlobalsImpl. getContext()
Methods in org.apache.tapestry5.http.internal.services with parameters of type Context Modifier and Type Method Description void
ApplicationGlobalsImpl. storeContext(Context context)
-
Uses of Context in org.apache.tapestry5.http.services
Methods in org.apache.tapestry5.http.services that return Context Modifier and Type Method Description Context
ApplicationGlobals. getContext()
Methods in org.apache.tapestry5.http.services with parameters of type Context Modifier and Type Method Description void
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 Constructor Description ContextResourceSymbolProvider(Context context, String path)
-
Uses of Context in org.apache.tapestry5.internal.renderers
Constructors in org.apache.tapestry5.internal.renderers with parameters of type Context Constructor Description RequestRenderer(ObjectRenderer masterObjectRenderer, Context context, String contextPath)
-
Uses of Context in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type Context Constructor Description ContextAssetFactory(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 Context Constructor Description ContentTypeAnalyzerImpl(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 Modifier and Type Class Description class
PageTesterContext
-
Uses of Context in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules that return Context Modifier and Type Method Description Context
TapestryModule. buildContext(ApplicationGlobals globals)
Methods in org.apache.tapestry5.modules with parameters of type Context Modifier and Type Method Description void
TapestryModule. contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration, Context context, boolean productionMode)
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 Modifier and Type Method Description protected Context
TapestryTestCase. mockContext()
-