Package com.logicaldoc.core.util
Class ServletUtil
- java.lang.Object
 - 
- com.logicaldoc.core.util.ServletUtil
 
 
- 
public class ServletUtil extends Object
SOme utility methods useful inside a servlet- Since:
 - 8.5.3
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ServletUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFullURL(javax.servlet.http.HttpServletRequest request)Retrieves the original full URL of a request 
 - 
 
- 
- 
Method Detail
- 
getFullURL
public static String getFullURL(javax.servlet.http.HttpServletRequest request)
Retrieves the original full URL of a request- Parameters:
 request- The request to inspect- Returns:
 - The full URL
 
 
 - 
 
 -