Class SolrFacetConfigAdminDelete
- java.lang.Object
-
- org.springframework.extensions.webscripts.AbstractWebScript
-
- org.springframework.extensions.webscripts.DeclarativeWebScript
-
- org.alfresco.repo.web.scripts.facet.AbstractSolrFacetConfigAdminWebScript
-
- org.alfresco.repo.web.scripts.facet.SolrFacetConfigAdminDelete
-
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class SolrFacetConfigAdminDelete extends AbstractSolrFacetConfigAdminWebScript
This class is the controller for the "solr-facet-config-admin.delete" web script.- Author:
- Jamal Kaabi-Mofrad
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.web.scripts.facet.AbstractSolrFacetConfigAdminWebScript
CUSTOM_PARAM_NAME, CUSTOM_PARAM_VALUE, facetService, FILTER_ID_PATTERN, namespaceService, PARAM_CUSTOM_PROPERTIES, PARAM_DISPLAY_CONTROL, PARAM_DISPLAY_NAME, PARAM_FACET_QNAME, PARAM_FILTER_ID, PARAM_HIT_THRESHOLD, PARAM_INDEX, PARAM_IS_ENABLED, PARAM_MAX_FILTERS, PARAM_MIN_FILTER_VALUE_LENGTH, PARAM_SCOPE, PARAM_SCOPED_SITES, PARAM_SORT_BY
-
-
Constructor Summary
Constructors Constructor Description SolrFacetConfigAdminDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>
unprotectedExecuteImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
-
Methods inherited from class org.alfresco.repo.web.scripts.facet.AbstractSolrFacetConfigAdminWebScript
executeImpl, getCustomProperties, getNonNegativeIntParameter, getScopedSites, getValue, setFacetService, setNamespaceService, validateCurrentUser, validateFilterID
-
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
-
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
-
-
-
-
Method Detail
-
unprotectedExecuteImpl
protected java.util.Map<java.lang.String,java.lang.Object> unprotectedExecuteImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
- Specified by:
unprotectedExecuteImpl
in classAbstractSolrFacetConfigAdminWebScript
-
-