Class WebInfConfiguration.ContainerPathNameMatcher

  • Enclosing class:
    WebInfConfiguration

    public class WebInfConfiguration.ContainerPathNameMatcher
    extends org.eclipse.jetty.util.PatternMatcher
    ContainerPathNameMatcher Matches names of jars on the container classpath against a pattern. If no pattern is specified, no jars match.
    • Constructor Detail

      • ContainerPathNameMatcher

        public ContainerPathNameMatcher​(WebAppContext context,
                                        Pattern pattern)
    • Method Detail

      • matched

        public void matched​(URI uri)
                     throws Exception
        Specified by:
        matched in class org.eclipse.jetty.util.PatternMatcher
        Throws:
        Exception
        See Also:
        PatternMatcher.matched(java.net.URI)