| Package | Description |
|---|---|
| org.sakaiproject.portal.api |
| Modifier and Type | Method and Description |
|---|---|
PortalRenderContext |
Portal.includePortal(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Session session,
String siteId,
String toolId,
String toolContextPath,
String prefix,
boolean doPages,
boolean resetTools,
boolean includeSummary,
boolean expandSite)
populate the view tree for the model
|
PortalRenderContext |
PortalRenderEngine.newRenderContext(javax.servlet.http.HttpServletRequest request)
generate a non thread safe render context for the current
request/thread/operation
|
PortalRenderContext |
Portal.startPageContext(String siteType,
String title,
String skin,
javax.servlet.http.HttpServletRequest request,
Site site)
get a new render context from the render engine
|
| Modifier and Type | Method and Description |
|---|---|
void |
Portal.includeBottom(PortalRenderContext rcontext)
include the model section that relates to the bottom of the page.
|
void |
Portal.includeLogin(PortalRenderContext rcontext,
javax.servlet.http.HttpServletRequest req,
Session session)
include the part od the view tree needed to render login
|
void |
Portal.includeSubSites(PortalRenderContext rcontext,
javax.servlet.http.HttpServletRequest req,
Session session,
String siteId,
String toolContextPath,
String prefix,
boolean resetTools)
Return the sub sites below a particular site
Map.
|
void |
PortalRenderEngine.render(String template,
PortalRenderContext rcontext,
Writer out)
Render a PortalRenderContext against a template.
|
void |
Portal.sendResponse(PortalRenderContext rcontext,
javax.servlet.http.HttpServletResponse res,
String template,
String contentType)
prepare the response and send it to the render engine
|
Copyright © 2003–2018 Sakai Project. All rights reserved.