Apache Tomcat 7.0.37

org.apache.catalina.ssi
Class SSIServletRequestUtil

java.lang.Object
  extended by org.apache.catalina.ssi.SSIServletRequestUtil

public class SSIServletRequestUtil
extends Object


Constructor Summary
SSIServletRequestUtil()
           
 
Method Summary
static String getRelativePath(HttpServletRequest request)
          Return the relative path associated with this servlet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSIServletRequestUtil

public SSIServletRequestUtil()
Method Detail

getRelativePath

public static String getRelativePath(HttpServletRequest request)
Return the relative path associated with this servlet. Taken from DefaultServlet.java. Perhaps this should be put in org.apache.catalina.util somewhere? Seems like it would be widely used.

Parameters:
request - The servlet request we are processing

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.