Class CacheRule

java.lang.Object
org.eclipse.jetty.rewrite.handler.Rule
de.turnertech.thw.cop.headers.CacheRule

public class CacheRule extends org.eclipse.jetty.rewrite.handler.Rule
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jetty.rewrite.handler.Rule

    org.eclipse.jetty.rewrite.handler.Rule.ApplyURI
  • Field Summary

    Fields inherited from class org.eclipse.jetty.rewrite.handler.Rule

    _handling, _terminating
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    matchAndApply(String target, jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)
     

    Methods inherited from class org.eclipse.jetty.rewrite.handler.Rule

    isHandling, isTerminating, setHandling, setTerminating, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CacheRule

      public CacheRule()
  • Method Details

    • matchAndApply

      public String matchAndApply(String target, jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Specified by:
      matchAndApply in class org.eclipse.jetty.rewrite.handler.Rule
      Throws:
      IOException