Modifier and Type | Method and Description |
---|---|
protected BroadleafRequestContext |
MultiTenantCopyContext.setupContext() |
Modifier and Type | Method and Description |
---|---|
protected <G> CreateResponse<G> |
MultiTenantCopyContext.handleStandardEntity(Object instance,
BroadleafRequestContext context,
Class<?> instanceClass) |
protected void |
MultiTenantCopyContext.tearDownContext(BroadleafRequestContext context) |
Modifier and Type | Method and Description |
---|---|
BroadleafRequestContext |
BroadleafRequestContext.createLightWeightClone()
In some cases, it is useful to utilize a clone of the context that does not include the actual container request
and response information.
|
static BroadleafRequestContext |
BroadleafRequestContext.createLightWeightCloneFromJson(String Json,
javax.persistence.EntityManager em)
Resurrect the BroadleafRequestContext state based on a JSON representation.
|
static BroadleafRequestContext |
BroadleafRequestContext.getBroadleafRequestContext()
Returns the current, thread-bound
BroadleafRequestContext . |
static BroadleafRequestContext |
BroadleafRequestContext.getBroadleafRequestContext(boolean createIfAbsent)
Returns the current, thread-bound
BroadleafRequestContext , or null if one does not exist. |
Modifier and Type | Method and Description |
---|---|
static void |
BroadleafRequestContext.setBroadleafRequestContext(BroadleafRequestContext broadleafRequestContext)
Initializes or sets the
BroadleafRequestContext on the current thread. |
Modifier and Type | Method and Description |
---|---|
protected Category |
CategoryBreadcrumbServiceExtensionHandler.getCategoryFromCategoryAttribute(BroadleafRequestContext brc,
String testUrl,
Map<String,String[]> params)
This indicates that we are on a category page
|
protected Category |
CategoryBreadcrumbServiceExtensionHandler.getCategoryFromUrl(BroadleafRequestContext brc,
String requestUrl,
Map<String,String[]> params) |
protected Category |
CategoryBreadcrumbServiceExtensionHandler.getMatchingCategoryFromProduct(BroadleafRequestContext brc,
String testUrl,
Map<String,String[]> params)
This is an efficient test that checks to see if the requestURI matches the product URI.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BroadleafAdminRequestProcessor.prepareCatalog(org.springframework.web.context.request.WebRequest request,
BroadleafRequestContext brc) |
protected void |
BroadleafAdminRequestProcessor.prepareProfile(org.springframework.web.context.request.WebRequest request,
BroadleafRequestContext brc) |
protected void |
BroadleafAdminRequestProcessor.prepareSandBox(org.springframework.web.context.request.WebRequest request,
BroadleafRequestContext brc) |
Copyright © 2022. All rights reserved.