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()
BaseUrlResolvergetSiteBaseUrl in interface BaseUrlResolverpublic String getAdminBaseUrl()
BaseUrlResolvergetAdminBaseUrl in interface BaseUrlResolverCopyright © 2022. All rights reserved.