Class InfoWebScriptGet
- java.lang.Object
-
- org.springframework.extensions.webscripts.AbstractWebScript
-
- org.alfresco.rest.framework.webscripts.ApiWebScript
-
- org.alfresco.rest.framework.webscripts.metadata.InfoWebScriptGet
-
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class InfoWebScriptGet extends ApiWebScript
Provides general information about the Api calls and methods.- Author:
- Gethin James
-
-
Field Summary
-
Fields inherited from class org.alfresco.rest.framework.webscripts.ApiWebScript
assistant, encryptTempFiles, maxContentSize, memoryThreshold, streamFactory, tempDirectoryName, transactionService
-
-
Constructor Summary
Constructors Constructor Description InfoWebScriptGet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Api api, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
void
setLookupDictionary(ResourceLookupDictionary lookupDictionary)
-
Methods inherited from class org.alfresco.rest.framework.webscripts.ApiWebScript
execute, getRequest, getResponse, init, setAssistant, setEncryptTempFiles, setMaxContentSize, setMemoryThreshold, setStreamFactory, setTempDirectoryName, setTransactionService
-
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
-
setLookupDictionary
public void setLookupDictionary(ResourceLookupDictionary lookupDictionary)
-
execute
public void execute(Api api, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
- Specified by:
execute
in classApiWebScript
- Throws:
IOException
-
-