Package org.apache.catalina.ssi
Class SSIServletRequestUtil
- java.lang.Object
- 
- org.apache.catalina.ssi.SSIServletRequestUtil
 
- 
 public class SSIServletRequestUtil extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description SSIServletRequestUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetRelativePath(HttpServletRequest request)Return the relative path associated with this servlet.
 
- 
- 
- 
Method Detail- 
getRelativePathpublic static java.lang.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
- Returns:
- the relative path
 
 
- 
 
-