| 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. |