Interface URIMatcher

All Superinterfaces:
ConfigurationObject
All Known Implementing Classes:
AbstractMatcher, AcceptAllMatcher, AddressHostMatcher, DnsHostMatcher, HostMatcher, HostnameMatcher, InetHostMatcher, LocalHostMatcher

public interface URIMatcher extends ConfigurationObject
Checks if a uri is a permitted uri.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If true and the matcher accepts the uri, the request needs to be rejected.
    boolean
    matches(MatchInfo matchInfo)
    Check if the uri is matching.

    Methods inherited from interface org.mapfish.print.config.ConfigurationObject

    validate