| java.lang.Object org.sakaiproject.portal.render.fragment.FragmentToolRenderService
FragmentToolRenderService | public class FragmentToolRenderService implements ToolRenderService(Code) | | Attempts to render a tool as a fragment rather than an Iframe.
author: ieb since: Sakai 2.4 version: $Rev: 29143 $ |
Method Summary | |
public boolean | accept(ToolConfiguration configuration, HttpServletRequest request, HttpServletResponse response, ServletContext context) This is called during render to accept the request into this tool. | protected void | doTool(ToolConfiguration toolConfiguration, HttpServletRequest req, HttpServletResponse res, Session session, String placementId, String toolContextPath, String toolPathInfo) | protected void | forwardTool(ActiveTool tool, HttpServletRequest req, HttpServletResponse res, Placement p, String skin, String toolContextPath, String toolPathInfo) | public boolean | preprocess(HttpServletRequest request, HttpServletResponse response, ServletContext context) | public RenderResult | render(ToolConfiguration toolConfiguration, HttpServletRequest request, HttpServletResponse response, ServletContext context) | public void | reset(ToolConfiguration configuration) | public void | setPortalService(PortalService portal) |
FragmentToolRenderService | public FragmentToolRenderService()(Code) | | |
|
|