Class ResourceRequestHandler

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
org.gatein.portal.controller.resource.ResourceRequestHandler
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, org.gatein.wci.WebAppListener

@Deprecated public class ResourceRequestHandler extends org.exoplatform.web.WebRequestHandler implements org.gatein.wci.WebAppListener
Deprecated.
Replaced by ResourceRequestFilter which will handle files using webapp context based URL instead of a centralized endpoint for all skins to define inside the monolith
Author:
Julien Viet
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.exoplatform.web.controller.QualifiedName
    Deprecated.
    .
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     
    static final org.exoplatform.web.controller.QualifiedName
    Deprecated.
    .
    static final String
    Deprecated.
     
    static long
    Deprecated.
     
    static final org.exoplatform.web.controller.QualifiedName
    Deprecated.
    .
    static final org.exoplatform.web.controller.QualifiedName
    Deprecated.
    .
    static final org.exoplatform.web.controller.QualifiedName
    Deprecated.
    .
    static String
    Deprecated.
     
    static final org.exoplatform.web.controller.QualifiedName
    Deprecated.
    .

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.exoplatform.web.ControllerContext context)
    Deprecated.
     
    Deprecated.
     
    protected boolean
    Deprecated.
     
    void
    onDestroy(org.exoplatform.web.WebAppController controller)
    Deprecated.
     
    void
    onEvent(org.gatein.wci.WebAppEvent event)
    Deprecated.
     
    void
    onInit(org.exoplatform.web.WebAppController controller, jakarta.servlet.ServletConfig sConfig)
    Deprecated.
     

    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
  • Field Details

    • HANDLER_NAME

      public static final String HANDLER_NAME
      Deprecated.
      See Also:
    • IF_MODIFIED_SINCE

      public static final String IF_MODIFIED_SINCE
      Deprecated.
      See Also:
    • LAST_MODIFIED

      public static final String LAST_MODIFIED
      Deprecated.
      See Also:
    • VERSION_QN

      public static final org.exoplatform.web.controller.QualifiedName VERSION_QN
      Deprecated.
      .
    • RESOURCE_QN

      public static final org.exoplatform.web.controller.QualifiedName RESOURCE_QN
      Deprecated.
      .
    • SCOPE_QN

      public static final org.exoplatform.web.controller.QualifiedName SCOPE_QN
      Deprecated.
      .
    • COMPRESS_QN

      public static final org.exoplatform.web.controller.QualifiedName COMPRESS_QN
      Deprecated.
      .
    • ORIENTATION_QN

      public static final org.exoplatform.web.controller.QualifiedName ORIENTATION_QN
      Deprecated.
      .
    • LANG_QN

      public static final org.exoplatform.web.controller.QualifiedName LANG_QN
      Deprecated.
      .
    • MAX_AGE

      public static long MAX_AGE
      Deprecated.
    • VERSION

      public static String VERSION
      Deprecated.
  • Constructor Details

    • ResourceRequestHandler

      public ResourceRequestHandler()
      Deprecated.
  • Method Details

    • getHandlerName

      public String getHandlerName()
      Deprecated.
      Specified by:
      getHandlerName in class org.exoplatform.web.WebRequestHandler
    • execute

      public boolean execute(org.exoplatform.web.ControllerContext context) throws Exception
      Deprecated.
      Specified by:
      execute in class org.exoplatform.web.WebRequestHandler
      Throws:
      Exception
    • getRequiresLifeCycle

      protected boolean getRequiresLifeCycle()
      Deprecated.
      Specified by:
      getRequiresLifeCycle in class org.exoplatform.web.WebRequestHandler
    • onInit

      public void onInit(org.exoplatform.web.WebAppController controller, jakarta.servlet.ServletConfig sConfig) throws Exception
      Deprecated.
      Overrides:
      onInit in class org.exoplatform.web.WebRequestHandler
      Throws:
      Exception
    • onDestroy

      public void onDestroy(org.exoplatform.web.WebAppController controller)
      Deprecated.
      Overrides:
      onDestroy in class org.exoplatform.web.WebRequestHandler
    • onEvent

      public void onEvent(org.gatein.wci.WebAppEvent event)
      Deprecated.
      Specified by:
      onEvent in interface org.gatein.wci.WebAppListener