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

Method Summary
 SandBox resolveSandBox(javax.servlet.http.HttpServletRequest request, Site site)
           
 

Method Detail

resolveSandBox

SandBox resolveSandBox(javax.servlet.http.HttpServletRequest request,
                       Site site)


Copyright © 2013. All Rights Reserved.