Uses of Class
org.sakaiproject.vm.ActionURL
-
Packages that use ActionURL Package Description org.sakaiproject.vm -
-
Uses of ActionURL in org.sakaiproject.vm
Methods in org.sakaiproject.vm that return ActionURL Modifier and Type Method Description protected ActionURLVmServlet. getActionURL(HttpServletRequest request)Get a new ActionURL.ActionURLActionURL. reset()"Reset" the URL by clearing the parameters.ActionURLActionURL. setAction()Set this URL to be an 'action' URL, one that usually does a Form POSTActionURLActionURL. setPage(String page)Set or reset the page.ActionURLActionURL. setPanel(String panel)Set or reset the panel.ActionURLActionURL. setParameter(String name, String value)Set or replace (or remove if value is null) a parameterActionURLActionURL. setPid(String pid)Set or reset the pid.ActionURLActionURL. setQueryString(String queryString)ActionURLActionURL. setResourcePath(String path)ActionURLActionURL. setSite(String site)Set or reset the site.
-