Ejemplo n.º 1
0
  public static void getCategory(PortletRequest portletRequest) throws Exception {

    HttpServletRequest request = PortalUtil.getHttpServletRequest(portletRequest);

    getCategory(request);
  }