public class BaseUrlResolverImpl extends Object implements BaseUrlResolver
Modifier and Type | Field and Description |
---|---|
protected org.springframework.core.env.Environment |
env |
Constructor and Description |
---|
BaseUrlResolverImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getAdminBaseUrl()
Returns the currently configured base url for the admin.
|
String |
getSiteBaseUrl()
Returns the currently configured base url for the site.
|
public String getSiteBaseUrl()
BaseUrlResolver
getSiteBaseUrl
in interface BaseUrlResolver
public String getAdminBaseUrl()
BaseUrlResolver
getAdminBaseUrl
in interface BaseUrlResolver
Copyright © 2022. All rights reserved.