public class SearchEngines
extends org.springframework.extensions.webscripts.DeclarativeWebScript
Modifier and Type | Class and Description |
---|---|
static class |
SearchEngines.UrlTemplate
Model object for representing a registered search engine
|
Modifier and Type | Field and Description |
---|---|
protected org.springframework.extensions.config.ConfigService |
configService |
protected SearchProxy |
searchProxy |
static String |
URL_ARG_ALL |
static String |
URL_ARG_DESCRIPTION |
static String |
URL_ARG_TEMPLATE |
Constructor and Description |
---|
SearchEngines() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status) |
void |
setConfigService(org.springframework.extensions.config.ConfigService configService) |
void |
setSearchProxy(SearchProxy searchProxy) |
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
public static final String URL_ARG_DESCRIPTION
public static final String URL_ARG_TEMPLATE
public static final String URL_ARG_ALL
protected org.springframework.extensions.config.ConfigService configService
protected SearchProxy searchProxy
public void setConfigService(org.springframework.extensions.config.ConfigService configService)
configService
- ConfigServicepublic void setSearchProxy(SearchProxy searchProxy)
searchProxy
- SearchProxyCopyright © 2005–2017 Alfresco Software. All rights reserved.