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

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

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

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

Methods in org.apache.tapestry.services.impl with parameters of type InitializationParameterHolder
 void InitializationParameterHolderPropertySource.setHolder(InitializationParameterHolder holder)
           
 

Uses of InitializationParameterHolder in org.apache.tapestry.web
 

Subinterfaces of InitializationParameterHolder in org.apache.tapestry.web
 interface WebActivator
          A wrapper around a HttpServlet or Portlet.
 interface WebContext
          A representation of a set of servlets (or portlets) packaged together as a web application archive.
 

Classes in org.apache.tapestry.web that implement InitializationParameterHolder
 class HttpServletWebActivator
          Adapts HttpServlet  as WebActivator.
 class ServletWebContext
          Adapts ServletContext as WebContext.
 



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