public interface BroadleafSandBoxResolver
Modifier and Type | Field and Description |
---|---|
static String |
SANDBOX_ID_VAR |
Modifier and Type | Method and Description |
---|---|
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
|
static final String SANDBOX_ID_VAR
@Deprecated SandBox resolveSandBox(javax.servlet.http.HttpServletRequest request, Site site)
resolveSandBox(WebRequest, Site)
insteadCopyright © 2022. All rights reserved.