public class ToolRenderService extends Object
ToolRenderService| Constructor and Description |
|---|
ToolRenderService() |
| Modifier and Type | Method and Description |
|---|---|
static ToolRenderService |
getInstance()
Access the component instance: special cover only method.
|
static boolean |
preprocess(Portal portal,
HttpServletRequest request,
HttpServletResponse response,
ServletContext context)
Preprocess the given request.
|
static RenderResult |
render(Portal portal,
ToolConfiguration configuration,
HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
public static ToolRenderService getInstance()
public static boolean preprocess(Portal portal, HttpServletRequest request, HttpServletResponse response, ServletContext context) throws IOException
request - the current servlet requestresponse - the current servlet responsecontext - the application contextIOException - if an error occurs during preprocessingpublic static RenderResult render(Portal portal, ToolConfiguration configuration, HttpServletRequest request, HttpServletResponse response, ServletContext context) throws IOException
configuration - the tool which should be renderedrequest - the current servlet requestresponse - the current servlet responsecontext - the application contextIOException - if an error occurs during processing.Copyright © 2003–2016 Sakai Project. All rights reserved.