Uses of Interface
org.apache.tapestry.web.WebContext

Packages that use WebContext
org.apache.tapestry.asset Implementations of IAsset, as well as the org.apache.tapestry.asset.AssetExternalizer, used to handle private assets. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
org.apache.tapestry.web Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs. 
 

Uses of WebContext in org.apache.tapestry.asset
 

Methods in org.apache.tapestry.asset with parameters of type WebContext
 void AssetService.setContext(WebContext context)
           
 void ContextAssetFactory.setWebContext(WebContext webContext)
           
 

Uses of WebContext in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return WebContext
 WebContext ApplicationGlobals.getWebContext()
          Returns the previously stored context.
 

Methods in org.apache.tapestry.services with parameters of type WebContext
 void ApplicationGlobals.storeWebContext(WebContext context)
          Invoked (indirectly) by the servlet at init().
 

Uses of WebContext in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl that return WebContext
 WebContext ApplicationGlobalsImpl.getWebContext()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type WebContext
 void ApplicationGlobalsImpl.storeWebContext(WebContext context)
           
 

Uses of WebContext in org.apache.tapestry.web
 

Classes in org.apache.tapestry.web that implement WebContext
 class ServletWebContext
          Adapts ServletContext as WebContext.
 

Constructors in org.apache.tapestry.web with parameters of type WebContext
LocalizedWebContextResourceFinder(WebContext context)
           
WebContextResource(WebContext context, java.lang.String path)
           
WebContextResource(WebContext context, java.lang.String path, java.util.Locale locale)