Package | Description |
---|---|
javax.portlet |
The javax.portlet package defines the API
for the Java Portlet Specification V3.0.
|
javax.portlet.filter |
The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericPortlet
The
GenericPortlet class provides a default implementation for
the Portlet interface. |
Modifier and Type | Method and Description |
---|---|
PortletConfig |
GenericPortlet.getPortletConfig()
Returns the PortletConfig object of this portlet.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
PortletConfigWrapper
The
PortletConfigWrapper provides a convenient
implementation of the PortletConfig interface
that can be subclassed by developers. |
Modifier and Type | Field and Description |
---|---|
protected PortletConfig |
PortletConfigWrapper.wrapped |
Modifier and Type | Method and Description |
---|---|
PortletConfig |
PortletConfigWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletConfigWrapper.setWrapped(PortletConfig wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
PortletConfigWrapper(PortletConfig wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.