public class KeywordSearch
extends org.springframework.extensions.webscripts.DeclarativeWebScript
| Modifier and Type | Class and Description |
|---|---|
static class |
KeywordSearch.SearchResult
Search Result
|
class |
KeywordSearch.SearchTemplateNode
Search result row template node
|
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_ITEMS_PER_PAGE |
protected RepositoryImageResolver |
imageResolver |
protected NodeService |
nodeService |
protected static String |
QUERY_FORMAT |
protected static StoreRef |
SEARCH_STORE |
protected SearchService |
searchService |
protected ServiceRegistry |
serviceRegistry |
| Constructor and Description |
|---|
KeywordSearch() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status) |
void |
setNodeService(NodeService nodeService) |
void |
setRepositoryImageResolver(RepositoryImageResolver imageResolver) |
void |
setSearchService(SearchService searchService) |
void |
setServiceRegistry(ServiceRegistry serviceRegistry) |
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplateaddModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toStringprotected static final StoreRef SEARCH_STORE
protected static final int DEFAULT_ITEMS_PER_PAGE
protected static final String QUERY_FORMAT
protected ServiceRegistry serviceRegistry
protected RepositoryImageResolver imageResolver
protected SearchService searchService
protected NodeService nodeService
public void setSearchService(SearchService searchService)
public void setNodeService(NodeService nodeService)
public void setRepositoryImageResolver(RepositoryImageResolver imageResolver)
public void setServiceRegistry(ServiceRegistry serviceRegistry)
Copyright © 2005–2014 Alfresco Software. All rights reserved.