Annotation Interface LiferayPortletConfiguration


@Retention(RUNTIME) @Target(TYPE) public @interface LiferayPortletConfiguration
This is an annotation that provides a way to specify the Liferay-specific configuration for a single portlet.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The portlet name that the portlet configuration is associated with.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The Liferay-specific portlet configuration.
  • Element Details

    • portletName

      String portletName
      The portlet name that the portlet configuration is associated with.
      Returns:
      The portlet name that the portlet configuration is associated with.