Package org.hawaiiframework.web.util
Class HostResolver
- java.lang.Object
-
- org.hawaiiframework.web.util.HostResolver
-
public class HostResolver extends Object
Utility class to get host related information.- Since:
- 3.0.0.M6
-
-
Constructor Summary
Constructors Constructor Description HostResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseUrl()
Returns the host's base url consisting of the scheme and host.
-
-
-
Method Detail
-
getBaseUrl
public String getBaseUrl()
Returns the host's base url consisting of the scheme and host.- Returns:
- the base url
-
-