public class ToolURLManagerImpl extends Object implements 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(javax.servlet.http.HttpServletResponse resp)
Constructor for ToolURLComponent
|
| Modifier and Type | Method and Description |
|---|---|
ToolURL |
createActionURL() |
ToolURL |
createRenderURL() |
ToolURL |
createResourceURL() |
public ToolURLManagerImpl(javax.servlet.http.HttpServletResponse resp)
req - HttpServletRequest that the URLs will be generated forresp - HttpServletResponse that the URL will be encoded forpublic ToolURL createRenderURL()
createRenderURL in interface ToolURLManagerpublic ToolURL createActionURL()
createActionURL in interface ToolURLManagerpublic ToolURL createResourceURL()
createResourceURL in interface ToolURLManagerCopyright © 2003–2018 University of Michigan. All rights reserved.