Class MatchedResource<E>

java.lang.Object
org.eclipse.jetty.http.pathmap.MatchedResource<E>
Type Parameters:
E - the type of resource (IncludeExclude uses boolean, WebSocket uses endpoint/endpoint config, servlet uses ServletHolder, etc)

public class MatchedResource<E> extends Object
The match details when using PathMappings.getMatched(String), used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by the MatchedPath instance.