org.apache.catalina.ssi
public class SSIServletRequestUtil extends java.lang.Object
| Constructor and Description |
|---|
SSIServletRequestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getRelativePath(javax.servlet.http.HttpServletRequest request)
Return the relative path associated with this servlet.
|
static java.lang.String |
normalize(java.lang.String path)
Deprecated.
|
public static java.lang.String getRelativePath(javax.servlet.http.HttpServletRequest request)
request - The servlet request we are processingpublic static java.lang.String normalize(java.lang.String path)
null instead. This normalize should be
the same as DefaultServlet.normalize, which is almost the same ( see
source code below ) as RequestUtil.normalize. Do we need all this
duplication?path - Path to be normalizedCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.