| Package | Description |
|---|---|
| org.broadleafcommerce.common.web |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BroadleafRequestContext.setBroadleafRequestContext(BroadleafRequestContext broadleafRequestContext) |
Copyright © 2018. All rights reserved.