예제 #1
0
 /**
  * Gets the list application id by page.
  *
  * @param page the page
  * @param portletName the portlet name
  * @return the list application id by page
  */
 public static List<String> getListApplicationIdByPage(Page page, String portletName) {
   return PublicationUtil.findAppInstancesByName(page, portletName);
 }