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

Packages that use AttributeHolder
org.apache.tapestry.portlet Core portlet services. 
org.apache.tapestry.web Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs. 
 

Uses of AttributeHolder in org.apache.tapestry.portlet
 

Classes in org.apache.tapestry.portlet that implement AttributeHolder
 class PortletWebContext
          Adapts PortletContextas WebContext.
 class PortletWebRequest
          Implementation of WebRequest that adapts a PortletRequest .
 class PortletWebSession
          Adapts a PortletSessionas a WebSession.
 

Uses of AttributeHolder in org.apache.tapestry.web
 

Subinterfaces of AttributeHolder in org.apache.tapestry.web
 interface WebContext
          A representation of a set of servlets (or portlets) packaged together as a web application archive.
 interface WebRequest
          Contains information about the current request, including URLs, schemes, parameters, properties and attributes.
 interface WebSession
          Primarily concerned with maintaining server-side state as attributes.
 

Classes in org.apache.tapestry.web that implement AttributeHolder
 class ServletWebContext
          Adapts ServletContext as WebContext.
 class ServletWebRequest
          Adapter from HttpServletRequest to WebRequest.
 class ServletWebSession
          Adapts HttpSession  as WebSession.
 



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