com.caucho.quercus
Class QuercusRequestAdapter
java.lang.Object
com.caucho.quercus.QuercusRequestAdapter
public class QuercusRequestAdapter
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
QuercusRequestAdapter
public QuercusRequestAdapter()
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.