Class StaticResourceRequestHandler

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
org.exoplatform.portal.application.StaticResourceRequestHandler
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

@Deprecated(forRemoval=true, since="7.0") public class StaticResourceRequestHandler extends org.exoplatform.web.WebRequestHandler
Deprecated, for removal: This API element is subject to removal in a future version.
not needed anymore since the resources will be served directly from Web Archives using ResourceRequestFilter
Author:
Vu Viet Phuong
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.exoplatform.web.ControllerContext context)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    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

    • StaticResourceRequestHandler

      public StaticResourceRequestHandler()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getHandlerName

      public String getHandlerName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getHandlerName in class org.exoplatform.web.WebRequestHandler
    • execute

      public boolean execute(org.exoplatform.web.ControllerContext context) throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      execute in class org.exoplatform.web.WebRequestHandler
      Throws:
      Exception
    • getRequiresLifeCycle

      protected boolean getRequiresLifeCycle()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getRequiresLifeCycle in class org.exoplatform.web.WebRequestHandler