Interface WebApplicationRequestMapping

    • Method Detail

      • getPath

        String getPath()
        Get the path.
        Returns:
        the path.
      • isExact

        boolean isExact()
        Is this an exact match.
        Returns:
        true it it is, false otherwise.
      • isExtension

        boolean isExtension()
        Is this an extension match.
        Returns:
        true if it is, false otherwise.