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)
          Deprecated. use resolveSandBox(WebRequest, Site) instead
 SandBox resolveSandBox(org.springframework.web.context.request.WebRequest request, Site site)
          Resolve the sandbox for the given site and request
 

Method Detail

resolveSandBox

@Deprecated
SandBox resolveSandBox(javax.servlet.http.HttpServletRequest request,
                                  Site site)
Deprecated. use resolveSandBox(WebRequest, Site) instead


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


Copyright © 2013. All Rights Reserved.