Class SkinResourceRequestHandler

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

@Deprecated(forRemoval=true, since="7.0") public class SkinResourceRequestHandler extends org.exoplatform.web.WebRequestHandler
Deprecated, for removal: This API element is subject to removal in a future version.
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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    .
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    .
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    .

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

    • IF_MODIFIED_SINCE

      public static final String IF_MODIFIED_SINCE
      Deprecated, for removal: This API element is subject to removal in a future version.
      .
      See Also:
    • LAST_MODIFIED

      public static final String LAST_MODIFIED
      Deprecated, for removal: This API element is subject to removal in a future version.
      .
      See Also:
    • EXPIRES

      public static final String EXPIRES
      Deprecated, for removal: This API element is subject to removal in a future version.
      .
      See Also:
  • Constructor Details

    • SkinResourceRequestHandler

      public SkinResourceRequestHandler(SkinService skinService)
      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