Library:Portlet API
Version:1.0
Compatibility:JDK 1.4
Interfaces in library Portlet API.
NamePackageDescription
ActionRequestjavax.portletThe ActionRequest represents the request sent to the portlet to handle an action.
ActionResponsejavax.portletThe ActionResponse interface represents the portlet response to an action request.
PortalContextjavax.portletThe PortalContext interface gives the portlet the ability to retrieve information about the portal calling this portlet.
Portletjavax.portletThe Portlet interface is used by the portlet container to invoke the portlets.
PortletConfigjavax.portletThe PortletConfig interface provides the portlet with its configuration.
PortletContextjavax.portletThe PortletContext interface defines a portlet view of the portlet container.
PortletPreferencesjavax.portletThe PortletPreferences interface allows the portlet to store configuration data.
PortletRequestjavax.portletThe PortletRequest defines the base interface to provide client request information to a portlet.
PortletRequestDispatcherjavax.portletThe PortletRequestDispatcher interface defines an object that receives requests from the client and sends them to the specified resources (such as a servlet, HTML file, or JSP file) on the server.
PortletResponsejavax.portletThe PortletResponse defines the base interface to assist a portlet in creating and sending a response to the client.
PortletSessionjavax.portletThe PortletSession interface provides a way to identify a user across more than one request and to store transient information about that user.
PortletURLjavax.portletThe PortletURL interface represents a URL that reference the portlet itself.
PreferencesValidatorjavax.portletThe PreferencesValidator allows to validate the set of preferences of the associated portlet just before they are stored in the persistent store.
RenderRequestjavax.portletThe RenderRequest represents the request sent to the portlet to handle a render.
RenderResponsejavax.portletThe RenderResponse defines an object to assist a portlet in sending a response to the portal.
Search