Uses of Class
org.exoplatform.frameworks.portletcontainer.portalframework.PortletInfo

Packages that use PortletInfo
org.exoplatform.frameworks.portletcontainer.portalframework   
 

Uses of PortletInfo in org.exoplatform.frameworks.portletcontainer.portalframework
 

Methods in org.exoplatform.frameworks.portletcontainer.portalframework that return PortletInfo
static PortletInfo Helper.createPortletInfo(PortalFramework framework, String plt)
          Creates PortletInfo object for a given portlet and fills most of necessary fields.
 PortletInfo PortalFramework.renderPortlet(String portlet)
           
 

Methods in org.exoplatform.frameworks.portletcontainer.portalframework that return types with arguments of type PortletInfo
 ArrayList<PortletInfo> PortalFramework.getPortletInfos()
           
 ArrayList<PortletInfo> PortalFramework.processRequest(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String markupType, List<String> list)
          Includes the full cycle of portlet container user http request processing, collects data returned by portlets and returns it to a caller.
 ArrayList<PortletInfo> PortalFramework.processRequestForCurrentPage(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String markupType)
          The same as processRequest() but for the currently selected page.
 ArrayList<PortletInfo> PortalFramework.processRequestForPage(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String markupType, String page)
          The same as processRequest() but for a specified page.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.