Interface PathResolver

All Superinterfaces:
Comparable<PathResolver>
All Known Implementing Classes:
PathResolverFactory.AbstractMatcher, PathResolverFactory.DefaultMatcher, PathResolverFactory.ExactAndPathMatcher, PathResolverFactory.ExactMatcher, PathResolverFactory.ExtensionMatcher, PathResolverFactory.PathMatcher, PathResolverFactory.RegexMatcher, PathResolverFactory.RootMatcher

public interface PathResolver extends Comparable<PathResolver>
  • Method Details