Package org.apache.tapestry.web

Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs.

See:
          Description

Interface Summary
AttributeHolder Interface for objects that can hold attributes.
InitializationParameterHolder Defines methods for accessing initialization parameters.
WebActivator A wrapper around a HttpServlet or Portlet.
WebContext A representation of a set of servlets (or portlets) packaged together as a web application archive.
WebRequest Contains information about the current request, including URLs, schemes, parameters, properties and attributes.
WebResponse Controls the response to the client, and specifically allows for creating the output stream (or print writer) to which content is sent.
WebSession Primarily concerned with maintaining server-side state as attributes.
 

Class Summary
HttpServletWebActivator Adapts HttpServlet  as WebActivator.
LocalizedWebContextResourceFinder Finds localized resources within a WebContext..
ServletWebContext Adapts ServletContext as WebContext.
ServletWebRequest Adapter from HttpServletRequest to WebRequest.
ServletWebResponse Adapts HttpServletResponse as WebResponse.
ServletWebSession Adapts HttpSession  as WebSession.
WebContextResource Implementation of Resource for resources found within a WebContext.
WebUtils  
 

Package org.apache.tapestry.web Description

Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs. An external library provides support for JSR-168 Portlets.

Author:
Howard Lewis Ship hlship@apache.org


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