| Package | Description |
|---|---|
| org.sakaiproject.vm |
| Modifier and Type | Method and Description |
|---|---|
protected ActionURL |
VmServlet.getActionURL(HttpServletRequest request)
Get a new ActionURL.
|
ActionURL |
ActionURL.reset()
"Reset" the URL by clearing the parameters.
|
ActionURL |
ActionURL.setAction()
Set this URL to be an 'action' URL, one that usually does a Form POST
|
ActionURL |
ActionURL.setPage(String page)
Set or reset the page.
|
ActionURL |
ActionURL.setPanel(String panel)
Set or reset the panel.
|
ActionURL |
ActionURL.setParameter(String name,
String value)
Set or replace (or remove if value is null) a parameter
|
ActionURL |
ActionURL.setPid(String pid)
Set or reset the pid.
|
ActionURL |
ActionURL.setQueryString(String queryString) |
ActionURL |
ActionURL.setResourcePath(String path) |
ActionURL |
ActionURL.setSite(String site)
Set or reset the site.
|
Copyright © 2003-2014 The Sakai Foundation. All Rights Reserved.