public class IFrameToolRenderService extends Object implements ToolRenderService
| Constructor and Description |
|---|
IFrameToolRenderService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Portal portal,
ToolConfiguration configuration,
HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
PortalService |
getPortalService() |
boolean |
preprocess(Portal portal,
HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
RenderResult |
render(Portal portal,
ToolConfiguration configuration,
HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
reset(ToolConfiguration configuration) |
void |
setPortalService(PortalService portalService) |
public boolean preprocess(Portal portal, HttpServletRequest request, HttpServletResponse response, ServletContext context) throws IOException, ToolRenderException
preprocess in interface ToolRenderServiceIOExceptionToolRenderExceptionpublic RenderResult render(Portal portal, ToolConfiguration configuration, HttpServletRequest request, HttpServletResponse response, ServletContext context) throws IOException, ToolRenderException
render in interface ToolRenderServiceIOExceptionToolRenderExceptionpublic boolean accept(Portal portal, ToolConfiguration configuration, HttpServletRequest request, HttpServletResponse response, ServletContext context)
accept in interface ToolRenderServicepublic void reset(ToolConfiguration configuration)
reset in interface ToolRenderServicepublic PortalService getPortalService()
public void setPortalService(PortalService portalService)
portalService - the portalService to setCopyright © 2003–2016 Sakai Project. All rights reserved.