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
resolveSandBox
SandBox resolveSandBox(javax.servlet.http.HttpServletRequest request,
Site site)
Copyright © 2012. All Rights Reserved.