public abstract class ServletUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static String | getPathAfterContext(javax.servlet.http.HttpServletRequest request)Use this to get the full path after context path "/solr", which is a combination of
 servletPath and pathInfo. | 
public static String getPathAfterContext(javax.servlet.http.HttpServletRequest request)
request - the HttpServletRequest objectCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.