Package | Description |
---|---|
javax.portlet |
The javax.portlet package defines the API for Java Portlet Specification V2.0.
|
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 |
Portlet.init(PortletConfig config)
Called by the portlet container to indicate to a portlet that the
portlet is being placed into service.
|
void |
GenericPortlet.init(PortletConfig config)
Called by the portlet container to indicate to a portlet that the portlet
is being placed into service.
|
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.