public class GetSearchFacetsAction extends ServiceableAction
Modifier and Type | Field and Description |
---|---|
protected ContentTypeExtensionPoint |
_cTypeEP
The content type extension point
|
protected ContentTypesHelper |
_cTypeHelper
The content type helper
|
protected SearchUIModelExtensionPoint |
_searchModelManager
The search model helper.
|
protected ServerCommHelper |
_serverCommHelper
The ServerComm helper.
|
protected SystemPropertyExtensionPoint |
_sysPropEP
The system property extension point.
|
manager
EMPTY_MAP
Constructor and Description |
---|
GetSearchFacetsAction() |
Modifier and Type | Method and Description |
---|---|
private SearchCriterion |
_getCriteria(SearchUIModel searchModel,
String criterionId) |
Map |
act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters) |
private void |
addIndexingField(List<String> properties,
IndexingField field) |
private void |
addMetadata(List<String> properties,
String metaPath,
ContentType cType) |
private void |
addSystemProperty(List<String> properties,
String propertyId,
SearchUIModel model) |
private static String |
normalize(String str) |
void |
service(ServiceManager serviceManager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
protected ContentTypeExtensionPoint _cTypeEP
protected ContentTypesHelper _cTypeHelper
protected SearchUIModelExtensionPoint _searchModelManager
protected SystemPropertyExtensionPoint _sysPropEP
protected ServerCommHelper _serverCommHelper
public GetSearchFacetsAction()
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
service
in class ServiceableAction
ServiceException
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
Exception
private void addMetadata(List<String> properties, String metaPath, ContentType cType)
private void addIndexingField(List<String> properties, IndexingField field)
private void addSystemProperty(List<String> properties, String propertyId, SearchUIModel model)
private SearchCriterion _getCriteria(SearchUIModel searchModel, String criterionId)