Class RequestPattern


  • @Beta
    public class RequestPattern
    extends java.lang.Object
    Request pattern for interception.
    • Constructor Detail

    • Method Detail

      • getUrlPattern

        public java.lang.String getUrlPattern()
        Wildcards ('*' -> zero or more, '?' -> exactly one) are allowed. Escape character is backslash. Omitting is equivalent to "*".
      • getResourceType

        public ResourceType getResourceType()
        If set, only requests for matching resource types will be intercepted.
      • getInterceptionStage

        public InterceptionStage getInterceptionStage()
        Stage at wich to begin intercepting requests. Default is Request.