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

Packages that use WebContext
org.apache.tapestry.asset Implementations of IAsset, as well as the ExternalResource, used to handle private assets. 
org.apache.tapestry.portlet Core portlet services. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
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.portlet
 

Classes in org.apache.tapestry.portlet that implement WebContext
 class PortletWebContext
          Adapts PortletContextas WebContext.
 

Methods in org.apache.tapestry.portlet with parameters of type WebContext
protected  void ApplicationPortlet.addModuleIfExists(org.apache.hivemind.impl.RegistryBuilder builder, org.apache.hivemind.ClassResolver resolver, WebContext context, String path)
          Looks for a file in the context; if it exists, it is expected to be a HiveMind module descriptor, and is added to the builder.
 void PortletApplicationSpecificationInitializer.setContext(WebContext context)
           
 

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, String path)
           
WebContextResource(WebContext context, String path, Locale locale)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.