Uses of Interface
org.apache.tapestry5.services.Context

Packages that use Context
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 change 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to change 
org.apache.tapestry5.internal.test [INTERNAL USE ONLY] testing support implementation classes; API subject to change 
org.apache.tapestry5.services Core services 
org.apache.tapestry5.test Support for testing Tapestry pages 
 

Uses of Context in org.apache.tapestry5.internal
 

Constructors in org.apache.tapestry5.internal with parameters of type Context
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
RequestRenderer(ObjectRenderer masterObjectRenderer, Context context)
           
 

Uses of Context in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement Context
 class ContextImpl
           
 

Methods in org.apache.tapestry5.internal.services that return Context
 Context ApplicationGlobalsImpl.getContext()
           
 

Methods in org.apache.tapestry5.internal.services with parameters of type Context
 void ApplicationGlobalsImpl.storeContext(Context context)
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type Context
ContextAssetFactory(AssetPathConstructor assetPathConstructor, Context context, AssetPathConverter converter)
           
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
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
 class PageTesterContext
           
 

Uses of Context in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return Context
 Context TapestryModule.buildContext(ApplicationGlobals globals)
           
 Context ApplicationGlobals.getContext()
           
 

Methods in org.apache.tapestry5.services with parameters of type Context
 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 (see CheckForUpdatesFilter).
 void ApplicationInitializer.initializeApplication(Context context)
           
 void ApplicationInitializerFilter.initializeApplication(Context context, ApplicationInitializer initializer)
           
 void ApplicationGlobals.storeContext(Context context)
           
 

Uses of Context in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return Context
protected  Context TapestryTestCase.mockContext()
           
 



Copyright © 2003-2012 The Apache Software Foundation.