| Package | Description |
|---|---|
| org.broadleafcommerce.cms.page.dto | |
| org.broadleafcommerce.cms.page.service |
| Modifier and Type | Class and Description |
|---|---|
class |
NullPageDTO
A NullPageDTO is an object that is used by the PageService caching to indicate a "cache-miss".
|
| Modifier and Type | Field and Description |
|---|---|
protected PageDTO |
PageServiceImpl.NULL_PAGE |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PageDTO> |
PageServiceImpl.EMPTY_PAGE_DTO |
| Modifier and Type | Method and Description |
|---|---|
protected PageDTO |
PageServiceImpl.buildPageDTOInternal(Page page,
boolean secure) |
protected PageDTO |
PageServiceImpl.evaluatePageRules(java.util.List<PageDTO> pageDTOList,
Locale locale,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs) |
PageDTO |
PageServiceImpl.findPageByURI(SandBox currentSandbox,
Locale locale,
java.lang.String uri,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs,
boolean secure)
Retrieve the page if one is available for the passed in uri.
|
PageDTO |
PageService.findPageByURI(SandBox currentSandbox,
Locale locale,
java.lang.String uri,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs,
boolean secure)
Looks up the page from the backend datastore.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PageDTO> |
PageServiceImpl.buildPageDTOList(java.util.List<Page> pageList,
boolean secure)
Converts a list of pages to a list of pageDTOs.
Internally calls buildPageDTO(...). |
protected java.util.List<PageDTO> |
PageServiceImpl.getPageListFromCache(java.lang.String key) |
protected java.util.List<PageDTO> |
PageServiceImpl.mergePages(java.util.List<PageDTO> productionPageList,
java.util.List<Page> sandboxPageList,
boolean secure) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PageRuleProcessor.checkForMatch(PageDTO page,
java.util.Map<java.lang.String,java.lang.Object> valueMap)
Returns true if the passed in
Page is valid according
to this rule processor. |
boolean |
PageDefaultRuleProcessor.checkForMatch(PageDTO page,
java.util.Map<java.lang.String,java.lang.Object> vars)
Returns true if all of the rules associated with the passed in
Page
item match based on the passed in vars. |
protected boolean |
PageServiceImpl.passesPageRules(PageDTO page,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PageServiceImpl.addPageListToCache(java.util.List<PageDTO> pageList,
java.lang.String key) |
protected PageDTO |
PageServiceImpl.evaluatePageRules(java.util.List<PageDTO> pageDTOList,
Locale locale,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs) |
protected java.util.List<PageDTO> |
PageServiceImpl.mergePages(java.util.List<PageDTO> productionPageList,
java.util.List<Page> sandboxPageList,
boolean secure) |
Copyright © 2018. All Rights Reserved.