public interface PortalRenderEngine
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initialise the render engine
|
PortalRenderContext |
newRenderContext(javax.servlet.http.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(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Placement p,
String skin)
prepare for a forward operation in the render engine, this might include
modifying the request attributes.
|
PortalRenderContext newRenderContext(javax.servlet.http.HttpServletRequest request)
request - void render(String template, PortalRenderContext rcontext, Writer out) throws Exception
template - rcontext - out - ExceptionCopyright © 2003–2021 Sakai Project. All rights reserved.