Package org.mapfish.print.processor.http.matcher
package org.mapfish.print.processor.http.matcher
Contains classes for performing matches on urls.
-
ClassDescriptionBase matcher for checking that URIs are authorized or denied.A matcher that always returns true.Compares ip address string and mask string by using
InetAddress
comparison.Allows to check that a given URL matches a DNS address (textual format).Used to validate the access to a map service host.Allows to check that a given URL matches a hostname literally (textual match).Allows to check that a given URL matches an IP address (numeric format).The ip addresses that are considered legal.Allows to check that a given URL is served by one of the local network interface or one of its aliases.Information required for performing a request match.Checks if a uri is a permitted uri.Hold a list ofURIMatcher
and implement the logic to see if any matches an URI.