Package net.sf.jportlet.portlet

Interface Summary
Client The Client interface represents the client device that the user connects to the portal with.
PortletConfig The PortletConfig interface provides the portlet with its configuration.
PortletContext The PortletContext interface defines a portlet's view of the portlet container within which each portlet is running.
PortletData The PortletData contains information about the concrete portlet instance for a given user.
PortletLog The PortletLog provides the portlet with the ability to log information, warning, or error texts.
PortletRequest The PortletRequest encapsulates the request sent by the client to the portlet
PortletResponse The PortletResponse interface represents the response sent to the client device.
PortletSession The PortletSession holds the user-specific data for a given that the portlet needs to personalize the one global portlet instance.
PortletSettings The PortletSettings interface provides the portlet with its dynamic configuration.
PortletURI A PortletURI represents a URI to a specific portlet function.
PortletWindow The PortletWindow contains information about the portlet's window state
User Information about a User
 

Class Summary
Portlet The abstract Portlet is used by the portlet container to invoke the portlet.
Portlet.Markup The Markup class is a finite enumeration of the possible markup languages that a portlet can supports
Portlet.Mode The Mode class is a finite enumeration of the possible modes that a portlet can assume
PortletAdapter The PortletAdapter provides a default implementation for the Portlet interface.
PortletWindow.State State of a Window
 

Exception Summary
AccessDeniedException The AccessDeniedException is thrown if a portlet attempts to access dynamic data in a manner that it is not allowed to.
PortletException The Portlet class defines a general exception that a portlet can throw when it encounters difficulty
 



Copyright © 2002 Herve Tchepannou. All Rights Reserved.