Interface ServletModuleBinding

    • Method Detail

      • getUriPatternType

        UriPatternType getUriPatternType()
        Returns the pattern type that this binding was created with.
      • getPattern

        String getPattern()
        Returns the pattern used to match against the binding.
      • getInitParams

        Map<String,​String> getInitParams()
        Returns any context params supplied when creating the binding.
      • matchesUri

        boolean matchesUri​(String uri)
        Returns true if the given URI will match this binding.