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 |