Modifier and Type | Class | Description |
---|---|---|
class |
GenericPortlet |
The
GenericPortlet class provides a default implementation
for the Portlet interface. |
Modifier and Type | Field | Description |
---|---|---|
private PortletConfig |
GenericPortlet.config |
Modifier and Type | Method | Description |
---|---|---|
PortletConfig |
GenericPortlet.getPortletConfig() |
Returns the PortletConfig object of this portlet.
|
Modifier and Type | Method | Description |
---|---|---|
void |
GenericPortlet.init(PortletConfig config) |
Called by the portlet container to indicate to a portlet that the
portlet is being placed into service.
|
void |
Portlet.init(PortletConfig config) |
Called by the portlet container to indicate to a portlet that the
portlet is being placed into service.
|