org.broadleafcommerce.common.web
Interface BroadleafSiteResolver
- All Known Implementing Classes:
- NullBroadleafSiteResolver
public interface BroadleafSiteResolver
Responsible for returning the site used by Broadleaf Commerce for the current request.
For a single site installation, this will typically return null.
- Author:
- bpolster
resolveSite
@Deprecated
Site resolveSite(javax.servlet.http.HttpServletRequest request)
throws SiteNotFoundException
- Deprecated. Use
resolveSite(WebRequest) instead
- Throws:
SiteNotFoundException
resolveSite
Site resolveSite(org.springframework.web.context.request.WebRequest request)
throws SiteNotFoundException
- Throws:
SiteNotFoundException
Copyright © 2013. All Rights Reserved.