Uses of Class
org.sakaiproject.vm.ActionURL

Packages that use ActionURL
org.sakaiproject.vm   
 

Uses of ActionURL in org.sakaiproject.vm
 

Methods in org.sakaiproject.vm that return ActionURL
protected  ActionURL VmServlet.getActionURL(javax.servlet.http.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-2012 The Sakai Foundation. All Rights Reserved.