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

Packages that use WebActivator
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 WebActivator in org.apache.tapestry.portlet
 

Classes in org.apache.tapestry.portlet that implement WebActivator
 class PortletWebActivator
          Adapts a PortletConfig  as WebActivator.
 

Uses of WebActivator in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return WebActivator
 WebActivator ApplicationGlobals.getActivator()
           
 

Methods in org.apache.tapestry.services with parameters of type WebActivator
 void ApplicationGlobals.storeActivator(WebActivator activator)
          Invoked by the (indirectly) by the servlet at init(), after parsing the application specification.
 

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

Methods in org.apache.tapestry.services.impl that return WebActivator
 WebActivator ApplicationGlobalsImpl.getActivator()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type WebActivator
 void ApplicationGlobalsImpl.storeActivator(WebActivator activator)
           
 

Uses of WebActivator in org.apache.tapestry.web
 

Classes in org.apache.tapestry.web that implement WebActivator
 class HttpServletWebActivator
          Adapts HttpServlet  as WebActivator.
 



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