Class MimetypeDescriptionsGet
java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.repo.web.scripts.content.MimetypeDescriptionsGet
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class MimetypeDescriptionsGet
extends org.springframework.extensions.webscripts.DeclarativeWebScript
Returns the descriptions of all the mimetypes known to the system.
This is normally used so that things outside of the repo tier (eg Share)
can display user-facing descriptions of the mimetypes in the system.
- Since:
- 4.0.1
- Author:
- Nick Burch
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteImpl
(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache) void
setMimetypeService
(MimetypeService mimetypeService) Sets the Mimetype Service to be used to get the list of mime typesMethods 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
-
Field Details
-
MODEL_MIMETYPES
- See Also:
-
MODEL_DEFAULT_EXTENSIONS
- See Also:
-
MODEL_OTHER_EXTENSIONS
- See Also:
-
-
Constructor Details
-
MimetypeDescriptionsGet
public MimetypeDescriptionsGet()
-
-
Method Details
-
setMimetypeService
Sets the Mimetype Service to be used to get the list of mime types -
executeImpl
protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache) - Overrides:
executeImpl
in classorg.springframework.extensions.webscripts.DeclarativeWebScript
-