Package javatapas.servlet
Class ServletGetBaseUrl
java.lang.Object
javatapas.servlet.ServletGetBaseUrl
public class ServletGetBaseUrl extends Object
Get the base URL through the Request Servlet Context.
Published at https://www.javatapas.com/servlet/Java-Servlet-Get-Base-Url.html
Javadoc at https://www.javatapas.com/docs/javatapas/servlet/ServletGetBaseUrl.html
Published at https://www.javatapas.com/servlet/Java-Servlet-Get-Base-Url.html
Javadoc at https://www.javatapas.com/docs/javatapas/servlet/ServletGetBaseUrl.html
- Version:
- 2021-06-10
- Author:
- Kodiak Brown
-
Constructor Summary
Constructors Constructor Description ServletGetBaseUrl()
-
Method Summary
Modifier and Type Method Description static String
servletGetBaseUrl(javax.servlet.http.HttpServletRequest request)
-
Constructor Details
-
ServletGetBaseUrl
public ServletGetBaseUrl()
-
-
Method Details
-
servletGetBaseUrl
-