Modifier and Type | Field and Description |
---|---|
private String |
_serverName |
private String |
_serverPath |
private String |
_serverPort |
Constructor and Description |
---|
SiteUrl(String serverName,
String serverPort,
String serverPath)
Cosntructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseServerPath(Request request)
Get the site's base server path.
|
String |
getServerName()
Returns the front-office server name.
|
String |
getServerPath()
Returns the front-office server context path.
|
String |
getServerPort()
Returns the front-office server port.
|
private String _serverName
private String _serverPort
private String _serverPath
public String getServerName()
public String getServerPort()
public String getServerPath()
public String getBaseServerPath(Request request)
request
- the request.