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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveSite(jakarta.servlet.http.HttpServletRequest request)
    Deprecated.
    resolveSite(org.springframework.web.context.request.WebRequest request)
     
    resolveSite(org.springframework.web.context.request.WebRequest request, boolean allowNullSite)
    Resolves a site for the given WebRequest.