|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Describable | |
org.apache.tapestry.web | Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs. |
Uses of Describable in org.apache.tapestry.web |
Subinterfaces of Describable in org.apache.tapestry.web | |
interface |
WebActivator
A wrapper around a HttpServlet or *
{@link javax.portlet.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 . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |