Uses of Interface
org.apache.tapestry.describe.Describable

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

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

Uses of Describable in org.apache.tapestry.web
 

Subinterfaces of Describable 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.
 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 Describable
 class HttpServletWebActivator
          Adapts HttpServlet  as WebActivator.
 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.