@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface VaadinLiferayPortletConfiguration
PortletUIServiceTrackerCustomizer that this UI should be wrapped in a
Portlet and provides the necessary configuration for that.
This only applies to Liferay Portal 7+ with OSGi support.
| Modifier and Type | Optional Element and Description |
|---|---|
String |
category
Category of the portlet in Liferay menus.
|
String |
displayName
Display name of the portlet.
|
String |
name
Portlet name, must conform to the portlet specification and is used as
the key for the portlet.
|
String[] |
securityRole
Array of allowed security roles.
|
public abstract String category
public abstract String name
public abstract String displayName
public abstract String[] securityRole
Copyright © 2022 Vaadin Ltd. All rights reserved.