net.sf.jportlet.portlet |
|
Java Source File Name | Type | Comment |
AccessDeniedException.java | Class | The AccessDeniedException is thrown if a portlet attempts to
access dynamic data in a manner that it is not allowed to. |
Client.java | Interface | The Client interface represents the client device that the
user connects to the portal with.
It defines methods to obtain information about clients,
e.g. |
Portlet.java | Class | The abstract Portlet is used by the portlet container to
invoke the portlet. |
PortletAdapter.java | Class | The PortletAdapter provides a default implementation for the
net.sf.jportlet.portlet.Portlet interface. |
PortletConfig.java | Interface | The PortletConfig interface provides the portlet with its
configuration. |
PortletContext.java | Interface | The PortletContext interface defines a portlet's view of the
portlet container within which each portlet is running. |
PortletData.java | Interface | The PortletData contains information about the concrete portlet
instance for a given user. |
PortletException.java | Class | |
PortletLog.java | Interface | The PortletLog provides the portlet with the ability to
log information, warning, or error texts. |
PortletRequest.java | Interface | |
PortletResponse.java | Interface | The PortletResponse interface represents the response sent to
the client device. |
PortletSession.java | Interface | The PortletSession holds the user-specific data for a given
that the portlet needs to personalize the one global portlet instance. |
PortletSettings.java | Interface | The PortletSettings interface provides the portlet with its dynamic configuration. |
PortletURI.java | Interface | A PortletURI represents a URI to a specific portlet function. |
PortletWindow.java | Interface | |
User.java | Interface | |