Package org.sakaiproject.portal.util
Class ToolURLManagerImpl
- java.lang.Object
-
- org.sakaiproject.portal.util.ToolURLManagerImpl
-
- All Implemented Interfaces:
org.sakaiproject.tool.api.ToolURLManager
public class ToolURLManagerImpl extends Object implements org.sakaiproject.tool.api.ToolURLManager
This is a default implementation of the ToolURLManager and it comes with a default implementation of ToolURL for all three URL types (render, action and resource). This implementation can be used by most portals that don't do any special URL encoding.- Author:
- Vishal Goenka
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classToolURLManagerImpl.MyToolURLThis is a simple implemention of ToolURL that does the most obvious encoding of URLs.
-
Constructor Summary
Constructors Constructor Description ToolURLManagerImpl(javax.servlet.http.HttpServletResponse resp)Constructor for ToolURLComponent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.sakaiproject.tool.api.ToolURLcreateActionURL()org.sakaiproject.tool.api.ToolURLcreateRenderURL()org.sakaiproject.tool.api.ToolURLcreateResourceURL()
-
-
-
Method Detail
-
createRenderURL
public org.sakaiproject.tool.api.ToolURL createRenderURL()
- Specified by:
createRenderURLin interfaceorg.sakaiproject.tool.api.ToolURLManager
-
createActionURL
public org.sakaiproject.tool.api.ToolURL createActionURL()
- Specified by:
createActionURLin interfaceorg.sakaiproject.tool.api.ToolURLManager
-
createResourceURL
public org.sakaiproject.tool.api.ToolURL createResourceURL()
- Specified by:
createResourceURLin interfaceorg.sakaiproject.tool.api.ToolURLManager
-
-