Uses of Interface
org.sakaiproject.portal.api.PortalRenderContext
-
Packages that use PortalRenderContext Package Description org.sakaiproject.portal.api -
-
Uses of PortalRenderContext in org.sakaiproject.portal.api
Methods in org.sakaiproject.portal.api that return PortalRenderContext Modifier and Type Method Description PortalRenderContextPortal. includePortal(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, org.sakaiproject.tool.api.Session session, String siteId, String toolId, String toolContextPath, String prefix, boolean doPages, boolean resetTools, boolean includeSummary, boolean expandSite)populate the view tree for the modelPortalRenderContextPortalRenderEngine. newRenderContext(javax.servlet.http.HttpServletRequest request)generate a non thread safe render context for the current request/thread/operationPortalRenderContextPortal. startPageContext(String siteType, String title, String skin, javax.servlet.http.HttpServletRequest request, org.sakaiproject.site.api.Site site)get a new render context from the render engineMethods in org.sakaiproject.portal.api with parameters of type PortalRenderContext Modifier and Type Method Description voidPortal. includeBottom(PortalRenderContext rcontext, org.sakaiproject.site.api.Site site)include the model section that relates to the bottom of the page.voidPortal. includeLogin(PortalRenderContext rcontext, javax.servlet.http.HttpServletRequest req, org.sakaiproject.tool.api.Session session)include the part od the view tree needed to render loginvoidPortal. includeSubSites(PortalRenderContext rcontext, javax.servlet.http.HttpServletRequest req, org.sakaiproject.tool.api.Session session, String siteId, String toolContextPath, String prefix, boolean resetTools)Return the sub sites below a particular site Map.voidPortalRenderEngine. render(String template, PortalRenderContext rcontext, Writer out)Render a PortalRenderContext against a template.voidPortal. sendResponse(PortalRenderContext rcontext, javax.servlet.http.HttpServletResponse res, String template, String contentType)prepare the response and send it to the render engine
-