| Package | Description |
|---|---|
| com.broadleafcommerce.advancedcms.search | |
| com.broadleafcommerce.advancedcms.web.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCollectionPageSearchProcessor
This class is a useful starting point for Search Processors that need to retrieve all of the collection pages
of a given type while applying the rules they are attached to.
|
class |
ArchiveCollectionPageSearchProcessor
Similar to
DefaultCollectionPageSearchProcessor except that it assumes that the content property value
is a Date. |
class |
DefaultCollectionPageSearchProcessor
Default implementation will search through all of the content for a particular
PageType and compares
the PageDTO String-representated property value with the filter string that was passed in, ignoring case. |
class |
DelimiterAwareCollectionPageSearchProcessor
Similar to
DefaultCollectionPageSearchProcessor except that it assumes that the page property value
could be a longer string separated by a delimiter. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<CollectionPageSearchProcessor>> |
BroadleafAdvancedPageController.searchProcessorMap |
Copyright © 2020. All rights reserved.