Class PublicAccessDownloadDocumentHandler

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
org.exoplatform.web.application.JspBasedWebHandler
org.exoplatform.documents.controller.PublicAccessDownloadDocumentHandler
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class PublicAccessDownloadDocumentHandler extends org.exoplatform.web.application.JspBasedWebHandler
  • Field Summary

    Fields inherited from class org.exoplatform.web.application.JspBasedWebHandler

    brandingService, javascriptConfigService, JS_PATHS_PARAM, localeConfigService, skinService, TEXT_HTML_CONTENT_TYPE

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    PublicAccessDownloadDocumentHandler(org.exoplatform.container.PortalContainer container, org.exoplatform.documents.service.PublicDocumentAccessService publicDocumentAccessService, org.exoplatform.documents.service.ExternalDownloadService externalDownloadService, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, org.exoplatform.web.application.javascript.JavascriptConfigService javascriptConfigService, org.exoplatform.portal.resource.SkinService skinService, org.exoplatform.container.xml.InitParams initParams)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.exoplatform.web.ControllerContext controllerContext)
     
    protected void
    extendApplicationParameters(org.json.JSONObject applicationParameters, Map<String,Object> additionalParameters)
     
     
    protected boolean
     

    Methods inherited from class org.exoplatform.web.application.JspBasedWebHandler

    prepareDispatch

    Methods inherited from class org.exoplatform.web.WebRequestHandler

    onDestroy, onInit

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PublicAccessDownloadDocumentHandler

      public PublicAccessDownloadDocumentHandler(org.exoplatform.container.PortalContainer container, org.exoplatform.documents.service.PublicDocumentAccessService publicDocumentAccessService, org.exoplatform.documents.service.ExternalDownloadService externalDownloadService, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, org.exoplatform.web.application.javascript.JavascriptConfigService javascriptConfigService, org.exoplatform.portal.resource.SkinService skinService, org.exoplatform.container.xml.InitParams initParams)
  • Method Details

    • execute

      public boolean execute(org.exoplatform.web.ControllerContext controllerContext) throws Exception
      Overrides:
      execute in class org.exoplatform.web.application.JspBasedWebHandler
      Throws:
      Exception
    • getHandlerName

      public String getHandlerName()
      Overrides:
      getHandlerName in class org.exoplatform.web.application.JspBasedWebHandler
    • getRequiresLifeCycle

      protected boolean getRequiresLifeCycle()
      Overrides:
      getRequiresLifeCycle in class org.exoplatform.web.application.JspBasedWebHandler
    • extendApplicationParameters

      protected void extendApplicationParameters(org.json.JSONObject applicationParameters, Map<String,Object> additionalParameters)