Class MimetypesGet

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.repo.web.scripts.content.MimetypesGet
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class MimetypesGet extends org.springframework.extensions.webscripts.DeclarativeWebScript
Lists mimetypes.
Since:
3.4.b
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
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,Object>
    executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
     
    protected List<String>
     
    protected String
    getTransformer(String from, long sourceSize, String to)
    Note - for now, only does the best one, not all
    protected List<String>
    getTransformersFrom(String mimetype, long sourceSize, List<String> allMimetypes)
     
    protected List<String>
    getTransformersTo(String mimetype, long sourceSize, List<String> allMimetypes)
     
    void
     
    void
    Sets the Metadata Extractor Registry to be used to decide what extractors exist
    void
    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 Details

  • Constructor Details

    • MimetypesGet

      public MimetypesGet()
  • Method Details

    • setMimetypeService

      public void setMimetypeService(MimetypeService mimetypeService)
      Sets the Mimetype Service to be used to get the list of mime types
    • setLocalTransformServiceRegistry

      public void setLocalTransformServiceRegistry(TransformServiceRegistry localTransformServiceRegistry)
    • setMetadataExtracterRegistry

      public void setMetadataExtracterRegistry(MetadataExtracterRegistry metadataExtracterRegistry)
      Sets the Metadata Extractor Registry to be used to decide what extractors exist
    • 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 class org.springframework.extensions.webscripts.DeclarativeWebScript
    • getExtractors

      protected List<String> getExtractors(String mimetype)
    • getTransformersFrom

      protected List<String> getTransformersFrom(String mimetype, long sourceSize, List<String> allMimetypes)
    • getTransformersTo

      protected List<String> getTransformersTo(String mimetype, long sourceSize, List<String> allMimetypes)
    • getTransformer

      protected String getTransformer(String from, long sourceSize, String to)
      Note - for now, only does the best one, not all