Interface BroadleafSandBoxResolver

All Known Implementing Classes:
BroadleafSandBoxResolverImpl

public interface BroadleafSandBoxResolver
Responsible for determining the SandBox to use for the current request. SandBox's are used to store a user's changes to products, content-items, etc. until they are ready to be pushed to production.

If a request is being served with a SandBox parameter, it indicates that the user wants to see the site as if their changes were applied.

Author:
bpolster
  • Field Details

  • Method Details

    • resolveSandBox

      @Deprecated SandBox resolveSandBox(jakarta.servlet.http.HttpServletRequest request, Site site)
      Deprecated.
    • resolveSandBox

      SandBox resolveSandBox(org.springframework.web.context.request.WebRequest request, Site site)
      Resolve the sandbox for the given site and request
      Parameters:
      request -
      site -
      Returns:
      the sandbox for the current request