Package org.broadleafcommerce.common.web
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionresolveSandBox
(jakarta.servlet.http.HttpServletRequest request, Site site) Deprecated.resolveSandBox
(org.springframework.web.context.request.WebRequest request, Site site) Resolve the sandbox for the given site and request
-
Field Details
-
SANDBOX_ID_VAR
- See Also:
-
-
Method Details
-
resolveSandBox
Deprecated.useresolveSandBox(WebRequest, Site)
instead -
resolveSandBox
Resolve the sandbox for the given site and request- Parameters:
request
-site
-- Returns:
- the sandbox for the current request
-
resolveSandBox(WebRequest, Site)
instead