public final class PortletProperties extends Object
portlets. This doesn't have to be used
by the application developer.
This only applies to Liferay Portal 7+ with OSGi support.
| Modifier and Type | Field and Description |
|---|---|
static String |
DISPLAY_CATEGORY
Property key for the Liferay category property.
|
static String |
DISPLAY_NAME
Property key for the
UI visible name of the Portlet. |
static String |
PORTLET_NAME
Property key for the name of the
Portlet. |
static String |
PORTLET_SECURITY_ROLE
Property key for the security roles mapped to the
Portlet. |
static String |
PORTLET_UI_PROPERTY
This property is used to mark the UI service as a
Portlet
UI. |
public static final String DISPLAY_CATEGORY
public static final String PORTLET_NAME
Portlet. It is recommended to
use something like the bundle symbolic name and a version string appended
for the value of this property as this is used as a Portlet id.public static final String DISPLAY_NAME
UI visible name of the Portlet.public static final String PORTLET_SECURITY_ROLE
Portlet.public static final String PORTLET_UI_PROPERTY
Portlet
UI. The value of this property must be non-null and will be
ignored but must be present to use the UI as a Portlet.
The alternative is to simply annotate the UI with
VaadinLiferayPortletConfiguration.
Copyright © 2022 Vaadin Ltd. All rights reserved.