public interface PortalRenderEngine
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initialise the render engine
|
PortalRenderContext |
newRenderContext(HttpServletRequest request)
generate a non thread safe render context for the current
request/thread/operation
|
void |
render(String template,
PortalRenderContext rcontext,
Writer out)
Render a PortalRenderContext against a template.
|
void |
setupForward(HttpServletRequest req,
HttpServletResponse res,
org.sakaiproject.tool.api.Placement p,
String skin)
prepare for a forward operation in the render engine, this might include
modifying the request attributes.
|
PortalRenderContext newRenderContext(HttpServletRequest request)
request - void render(String template, PortalRenderContext rcontext, Writer out) throws Exception
template - rcontext - out - Exceptionvoid setupForward(HttpServletRequest req, HttpServletResponse res, org.sakaiproject.tool.api.Placement p, String skin)
req - res - p - skin - Copyright © 2003-2016 Sakai Project. All Rights Reserved.