| java.lang.Object org.sakaiproject.portal.charon.handlers.BasePortalHandler org.sakaiproject.portal.charon.handlers.DirectToolHandler
DirectToolHandler | public class DirectToolHandler extends BasePortalHandler (Code) | | Handler to process directtool urls including storing destination state
author: ieb since: Sakai 2.4 version: $Rev: 29143 $ |
Method Summary | |
public int | doDirectTool(HttpServletRequest req, HttpServletResponse res, Session session, String placementId, String toolContextPath, String toolPathInfo) | public int | doGet(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) | public int | doPost(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) |
DirectToolHandler | public DirectToolHandler()(Code) | | |
doDirectTool | public int doDirectTool(HttpServletRequest req, HttpServletResponse res, Session session, String placementId, String toolContextPath, String toolPathInfo) throws ToolException, IOException(Code) | | Do direct tool, takes the url, stored the destination and the target
iframe in the session constructs and outer url and when a request comes
in that matches the stored iframe it ejects the destination address
Parameters: req - Parameters: res - Parameters: session - Parameters: placementId - Parameters: toolContextPath - Parameters: toolPathInfo - Parameters: placementId - throws: ToolException - throws: IOException - |
|
|