Package com.liferay.bean.portlet
Annotation Interface LiferayPortletConfiguration
This is an annotation that provides a way to specify the Liferay-specific
configuration for a single portlet.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe portlet name that the portlet configuration is associated with. -
Optional Element Summary
Optional Elements
-
Element Details
-
portletName
String portletNameThe portlet name that the portlet configuration is associated with.- Returns:
- The portlet name that the portlet configuration is associated with.
-
-
-
properties
String[] propertiesThe Liferay-specific portlet configuration. For more information see the documentation regarding the Portlet Descriptor to OSGi Service Property Map.- Returns:
- The Liferay-specific portlet configuration.
- Default:
- {}
-