| Package | Description |
|---|---|
| org.sakaiproject.portal.api |
| Modifier and Type | Method and Description |
|---|---|
PortalRenderContext |
Portal.includePortal(HttpServletRequest req,
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 model
|
PortalRenderContext |
PortalRenderEngine.newRenderContext(HttpServletRequest request)
generate a non thread safe render context for the current
request/thread/operation
|
PortalRenderContext |
Portal.startPageContext(String siteType,
String title,
String skin,
HttpServletRequest request)
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,
HttpServletRequest req,
org.sakaiproject.tool.api.Session session)
include the part od the view tree needed to render login
|
void |
Portal.includeSubSites(PortalRenderContext rcontext,
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.
|
void |
PortalRenderEngine.render(String template,
PortalRenderContext rcontext,
Writer out)
Render a PortalRenderContext against a template.
|
void |
Portal.sendResponse(PortalRenderContext rcontext,
HttpServletResponse res,
String template,
String contentType)
prepare the response and send it to the render engine
|
void |
Portal.setupMobileDevice(HttpServletRequest req,
PortalRenderContext rcontext)
Look at the user agent and add Mobile Browser related material to
the context.
|
Copyright © 2003-2016 Sakai Project. All Rights Reserved.