|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 PortletContext as
WebContext . |
class |
PortletWebRequest
Implementation of WebRequest that adapts a
PortletRequest . |
class |
PortletWebSession
Adapts a PortletSession as 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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |