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

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

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.