All Known Implementing Classes:
UrlPatternImpl

public interface UrlPattern
Interface for maintaining URL Patterns which are used by the RequestSequencerFilter.
  • Method Details

    • setIncludeUrlRegExList

      void setIncludeUrlRegExList(List<String> urlRegEx)
      Parameters:
      urlRegEx - hold the url pattern as a regular expression
    • getIncludeUrlRegExList

      List<String> getIncludeUrlRegExList()
      Returns:
      the URL Pattern
    • setExcludeUrlRegExList

      void setExcludeUrlRegExList(List<String> urlRegEx)
      Parameters:
      urlRegEx - hold the url pattern as a regular expression
    • getExcludeUrlRegExList

      List<String> getExcludeUrlRegExList()
      Returns:
      the URL Pattern