com.caucho.quercus
Class QuercusRequestAdapter

java.lang.Object
  extended by com.caucho.quercus.QuercusRequestAdapter

public class QuercusRequestAdapter
extends java.lang.Object


Field Summary
static java.lang.String CONTEXT_PATH
           
static java.lang.String FWD_QUERY_STRING
           
static java.lang.String FWD_REQUEST_URI
           
static java.lang.String PATH_INFO
           
static java.lang.String QUERY_STRING
           
static java.lang.String REQUEST_URI
           
static java.lang.String SERVLET_PATH
           
 
Constructor Summary
QuercusRequestAdapter()
           
 
Method Summary
static java.lang.String getPageContextPath(HttpServletRequest request)
           
static java.lang.String getPagePathInfo(HttpServletRequest request)
          Returns the path-info for the current page, i.e.
static java.lang.String getPageQueryString(HttpServletRequest request)
          Returns the query-string for the current page, i.e.
static java.lang.String getPageServletPath(HttpServletRequest request)
          Returns the servlet-path for the current page, i.e.
static java.lang.String getPageURI(HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_URI

public static java.lang.String REQUEST_URI

FWD_REQUEST_URI

public static java.lang.String FWD_REQUEST_URI

CONTEXT_PATH

public static java.lang.String CONTEXT_PATH

SERVLET_PATH

public static java.lang.String SERVLET_PATH

PATH_INFO

public static java.lang.String PATH_INFO

QUERY_STRING

public static java.lang.String QUERY_STRING

FWD_QUERY_STRING

public static java.lang.String FWD_QUERY_STRING
Constructor Detail

QuercusRequestAdapter

public QuercusRequestAdapter()
Method Detail

getPageURI

public static java.lang.String getPageURI(HttpServletRequest request)

getPageContextPath

public static java.lang.String getPageContextPath(HttpServletRequest request)

getPageServletPath

public static java.lang.String getPageServletPath(HttpServletRequest request)
Returns the servlet-path for the current page, i.e. this will return the url of the include page, not the original request.


getPagePathInfo

public static java.lang.String getPagePathInfo(HttpServletRequest request)
Returns the path-info for the current page, i.e. this will return the url of the include page, not the original request.


getPageQueryString

public static java.lang.String getPageQueryString(HttpServletRequest request)
Returns the query-string for the current page, i.e. this will return the url of the include page, not the original request.