Interface WebApplicationRequestMapping

All Known Implementing Classes:
DefaultWebApplicationRequestMapping

public interface WebApplicationRequestMapping
The WebApplicationRequestMapping API.
Author:
Manfred Riem ([email protected])
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getPath()
    Get the path.
    boolean isExact()
    Is this an exact match.
    boolean isExtension()
    Is this an extension match.
  • Method Details

    • getPath

      java.lang.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.