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 |
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.