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 |
---|---|
PortletContext |
PortletSession.getPortletContext()
Returns the portlet application context associated with this session.
|
PortletContext |
PortletRequest.getPortletContext()
Returns the
PortletContext of the portlet application
the portlet is in. |
PortletContext |
GenericPortlet.getPortletContext()
Returns the
PortletContext of the portlet application the
portlet is in. |
PortletContext |
PortletConfig.getPortletContext()
Returns the
PortletContext of the portlet application
the portlet is in. |
Modifier and Type | Class and Description |
---|---|
class |
PortletContextWrapper
The
PortletContextWrapper provides a convenient
implementation of the PortletContext interface
that can be subclassed by developers. |
Modifier and Type | Field and Description |
---|---|
protected PortletContext |
PortletContextWrapper.wrapped |
Modifier and Type | Method and Description |
---|---|
PortletContext |
FilterConfig.getPortletContext()
Returns a reference to the
PortletContext in which the caller is executing. |
PortletContext |
PortletSessionWrapper.getPortletContext() |
PortletContext |
PortletContextWrapper.getPortletContext()
Gets the wrapped object.
|
PortletContext |
PortletConfigWrapper.getPortletContext() |
PortletContext |
PortletRequestWrapper.getPortletContext() |
Modifier and Type | Method and Description |
---|---|
void |
PortletContextWrapper.setPortletContext(PortletContext wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
PortletContextWrapper(PortletContext wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.