Class ResourceRequestFilter

java.lang.Object
org.exoplatform.container.web.AbstractFilter
org.exoplatform.portal.application.ResourceRequestFilter
All Implemented Interfaces:
jakarta.servlet.Filter

public class ResourceRequestFilter extends org.exoplatform.container.web.AbstractFilter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    protected static org.exoplatform.services.log.Log
     

    Fields inherited from class org.exoplatform.container.web.AbstractFilter

    config, servletContextName
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterInit(jakarta.servlet.FilterConfig filterConfig)
     
    void
     
    void
    doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain)
     
    void
    processIfModified(long lastModified, jakarta.servlet.http.HttpServletResponse httpResponse)
    Add Last-Modified Http header to HttpServetResponse

    Methods inherited from class org.exoplatform.container.web.AbstractFilter

    getContainer, getServletContext, init, requirePortalEnvironment

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ResourceRequestFilter

      public ResourceRequestFilter()
  • Method Details

    • afterInit

      public void afterInit(jakarta.servlet.FilterConfig filterConfig)
      Overrides:
      afterInit in class org.exoplatform.container.web.AbstractFilter
    • doFilter

      public void doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • processIfModified

      public void processIfModified(long lastModified, jakarta.servlet.http.HttpServletResponse httpResponse)
      Add Last-Modified Http header to HttpServetResponse
    • destroy

      public void destroy()