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_TYPEFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionPublicAccessDownloadDocumentHandler(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) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(org.exoplatform.web.ControllerContext controllerContext) protected booleanMethods inherited from class org.exoplatform.web.application.JspBasedWebHandler
prepareDispatchMethods inherited from class org.exoplatform.web.WebRequestHandler
onDestroy, onInitMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
PublicAccessDownloadDocumentHandler
public PublicAccessDownloadDocumentHandler(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)
-
-
Method Details
-
execute
- Overrides:
executein classorg.exoplatform.web.application.JspBasedWebHandler- Throws:
Exception
-
getHandlerName
- Overrides:
getHandlerNamein classorg.exoplatform.web.application.JspBasedWebHandler
-
getRequiresLifeCycle
protected boolean getRequiresLifeCycle()- Overrides:
getRequiresLifeCyclein classorg.exoplatform.web.application.JspBasedWebHandler
-