Class QuickShareThumbnailContentGet

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.extensions.webscripts.WebScript, org.springframework.web.context.ServletContextAware

    public class QuickShareThumbnailContentGet
    extends QuickShareContentGet
    QuickShare/PublicView GET web script to stream "shared" thumbnail content (ie. enabled for public/unauthenticated access) from the repository WARNING: **unauthenticated** web script (equivalent to authenticated version - see "thumbnail.get.js")
    Since:
    Cloud/4.2
    Author:
    janv
    • Constructor Detail

      • QuickShareThumbnailContentGet

        public QuickShareThumbnailContentGet()
    • Method Detail

      • setThumbnailService

        public void setThumbnailService​(org.alfresco.service.cmr.thumbnail.ThumbnailService thumbnailService)
      • setScriptThumbnailService

        public void setScriptThumbnailService​(org.alfresco.repo.thumbnail.script.ScriptThumbnailService scriptThumbnailService)
      • setServiceRegistry

        public void setServiceRegistry​(org.alfresco.service.ServiceRegistry services)
      • executeImpl

        protected void executeImpl​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                   java.util.Map<java.lang.String,​java.lang.String> templateVars,
                                   org.springframework.extensions.webscripts.WebScriptRequest req,
                                   org.springframework.extensions.webscripts.WebScriptResponse res,
                                   java.util.Map<java.lang.String,​java.lang.Object> model,
                                   boolean attach)
                            throws java.io.IOException
        Overrides:
        executeImpl in class QuickShareContentGet
        Throws:
        java.io.IOException