org.xwiki.portlet.controller
Class RequestDispatchInfo

java.lang.Object
  extended by org.xwiki.portlet.controller.RequestDispatchInfo

public class RequestDispatchInfo
extends Object

The request information that can change when a request is dispatched.

Version:
$Id: 244c1e339094d7e12d8afca26ef371203807844e $

Constructor Summary
RequestDispatchInfo()
           
 
Method Summary
 String getPathInfo()
           
 String getQueryString()
           
 String getRequestURI()
           
 String getServletPath()
           
 void setPathInfo(String pathInfo)
          Sets the path info.
 void setQueryString(String queryString)
          Sets the query string.
 void setRequestURI(String requestURI)
          Sets the request URI.
 void setServletPath(String servletPath)
          Sets the servlet path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDispatchInfo

public RequestDispatchInfo()
Method Detail

getRequestURI

public String getRequestURI()
Returns:
requestURI

setRequestURI

public void setRequestURI(String requestURI)
Sets the request URI.

Parameters:
requestURI - the new request URI

getServletPath

public String getServletPath()
Returns:
setServletPath(String)

setServletPath

public void setServletPath(String servletPath)
Sets the servlet path.

Parameters:
servletPath - the new servlet path

getPathInfo

public String getPathInfo()
Returns:
pathInfo

setPathInfo

public void setPathInfo(String pathInfo)
Sets the path info.

Parameters:
pathInfo - the new path info

getQueryString

public String getQueryString()
Returns:
queryString

setQueryString

public void setQueryString(String queryString)
Sets the query string.

Parameters:
queryString - the new query string


Copyright © 2004-2013 XWiki. All Rights Reserved.