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 | Method and Description |
---|---|
PortalContext |
PortletRequest.getPortalContext()
Returns the context of the calling portal.
|
Modifier and Type | Class and Description |
---|---|
class |
PortalContextWrapper
The
PortalContextWrapper provides a convenient
implementation of the PortalContext interface
that can be subclassed by developers. |
Modifier and Type | Field and Description |
---|---|
protected PortalContext |
PortalContextWrapper.wrapped |
Modifier and Type | Method and Description |
---|---|
PortalContext |
PortletRequestWrapper.getPortalContext() |
PortalContext |
PortalContextWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
void |
PortalContextWrapper.setWrapped(PortalContext wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
PortalContextWrapper(PortalContext wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.