Package com.vaadin.osgi.liferay
Class PortletProperties
- java.lang.Object
-
- com.vaadin.osgi.liferay.PortletProperties
-
public final class PortletProperties extends Object
Constants for Liferayportlets. This doesn't have to be used by the application developer.This only applies to Liferay Portal 7+ with OSGi support.
- Since:
- 8.1
- Author:
- Vaadin Ltd.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISPLAY_CATEGORYProperty key for the Liferay category property.static StringDISPLAY_NAMEProperty key for theUIvisible name of thePortlet.static StringPORTLET_NAMEProperty key for the name of thePortlet.static StringPORTLET_SECURITY_ROLEProperty key for the security roles mapped to thePortlet.static StringPORTLET_UI_PROPERTYThis property is used to mark the UI service as aPortletUI.
-
-
-
Field Detail
-
DISPLAY_CATEGORY
public static final String DISPLAY_CATEGORY
Property key for the Liferay category property. By default this is "category.vaadin"- See Also:
- Constant Field Values
-
PORTLET_NAME
public static final String PORTLET_NAME
Property key for the name of thePortlet. 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 aPortletid.- See Also:
- Constant Field Values
-
DISPLAY_NAME
public static final String DISPLAY_NAME
Property key for theUIvisible name of thePortlet.- See Also:
- Constant Field Values
-
PORTLET_SECURITY_ROLE
public static final String PORTLET_SECURITY_ROLE
Property key for the security roles mapped to thePortlet.- See Also:
- Constant Field Values
-
PORTLET_UI_PROPERTY
public static final String PORTLET_UI_PROPERTY
This property is used to mark the UI service as aPortletUI. The value of this property must be non-null and will be ignored but must be present to use theUIas aPortlet.The alternative is to simply annotate the
UIwithVaadinLiferayPortletConfiguration.- See Also:
- Constant Field Values
-
-