Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Map<java.lang.String,​java.lang.Object> executeImpl​(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)  
      void setMimetypeService​(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
      Sets the Mimetype Service to be used to get the list of mime types
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MODEL_DEFAULT_EXTENSIONS

        public static final java.lang.String MODEL_DEFAULT_EXTENSIONS
        See Also:
        Constant Field Values
      • MODEL_OTHER_EXTENSIONS

        public static final java.lang.String MODEL_OTHER_EXTENSIONS
        See Also:
        Constant Field Values
    • Constructor Detail

      • MimetypeDescriptionsGet

        public MimetypeDescriptionsGet()
    • Method Detail

      • setMimetypeService

        public void setMimetypeService​(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
        Sets the Mimetype Service to be used to get the list of mime types
      • executeImpl

        protected java.util.Map<java.lang.String,​java.lang.Object> executeImpl​(org.springframework.extensions.webscripts.WebScriptRequest req,
                                                                                     org.springframework.extensions.webscripts.Status status,
                                                                                     org.springframework.extensions.webscripts.Cache cache)
        Overrides:
        executeImpl in class org.springframework.extensions.webscripts.DeclarativeWebScript