public class ToolURLManagerImpl extends Object implements org.sakaiproject.tool.api.ToolURLManager
| Modifier and Type | Class and Description |
|---|---|
class |
ToolURLManagerImpl.MyToolURL
This is a simple implemention of ToolURL that does the most obvious
encoding of URLs.
|
| Constructor and Description |
|---|
ToolURLManagerImpl(HttpServletResponse resp)
Constructor for ToolURLComponent
|
| Modifier and Type | Method and Description |
|---|---|
org.sakaiproject.tool.api.ToolURL |
createActionURL() |
org.sakaiproject.tool.api.ToolURL |
createRenderURL() |
org.sakaiproject.tool.api.ToolURL |
createResourceURL() |
public ToolURLManagerImpl(HttpServletResponse resp)
req - HttpServletRequest that the URLs will be generated forresp - HttpServletResponse that the URL will be encoded forpublic org.sakaiproject.tool.api.ToolURL createRenderURL()
createRenderURL in interface org.sakaiproject.tool.api.ToolURLManagerpublic org.sakaiproject.tool.api.ToolURL createActionURL()
createActionURL in interface org.sakaiproject.tool.api.ToolURLManagerpublic org.sakaiproject.tool.api.ToolURL createResourceURL()
createResourceURL in interface org.sakaiproject.tool.api.ToolURLManagerCopyright © 2003-2014 University of Michigan. All Rights Reserved.