Interface ContextualPropertyManager

All Known Implementing Classes:
ContextualPropertyManagerImpl

public interface ContextualPropertyManager
Author:
Minh Hoang TO
  • Method Summary

    Modifier and Type
    Method
    Description
    getProperties(UIPortlet portletWindow)
    Returns a map of qualified names and string values for contextual properties of the portlet.
  • Method Details

    • getProperties

      Map<QName,String[]> getProperties(UIPortlet portletWindow)
      Returns a map of qualified names and string values for contextual properties of the portlet.
      Parameters:
      portletWindow - the portlet
      Returns:
      the contextual properties