public class StandardSiteUrlFactory extends AbstractSiteUrlFactory implements SiteUrlFactory
Constructor and Description |
---|
StandardSiteUrlFactory(String serverName)
Creates a new
StandardSiteUrlFactory . |
Modifier and Type | Method and Description |
---|---|
String |
createSiteUrl(HttpServletRequest request)
Create a fully-qualified URL that can be used to redirect the user to this site.
|
boolean |
isRequestForSite(HttpServletRequest request)
Did the request originate from this site?
Used to determine what site the user is currently viewing.
|
createSiteUrlInternal, optionalPort
public StandardSiteUrlFactory(String serverName)
StandardSiteUrlFactory
.serverName
- the server namepublic boolean isRequestForSite(HttpServletRequest request)
SiteUrlFactory
SiteSwitcherHandlerInterceptor
uses this knowledge to implement its switching algorithm.isRequestForSite
in interface SiteUrlFactory
SiteSwitcherHandlerInterceptor.preHandle(HttpServletRequest, javax.servlet.http.HttpServletResponse, Object)
public String createSiteUrl(HttpServletRequest request)
SiteUrlFactory
createSiteUrl
in interface SiteUrlFactory