Class MatchedResource<E>

  • Type Parameters:
    E - the type of resource (IncludeExclude uses boolean, WebSocket uses endpoint/endpoint config, servlet uses ServletHolder, etc)

    @Deprecated(since="2021-05-27")
    public class MatchedResource<E>
    extends java.lang.Object
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    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.
    • Constructor Detail

      • MatchedResource

        public MatchedResource​(E resource,
                               PathSpec pathSpec,
                               MatchedPath matchedPath)
        Deprecated.
    • Method Detail

      • getPathSpec

        public PathSpec getPathSpec()
        Deprecated.
      • getResource

        public E getResource()
        Deprecated.
      • getPathMatch

        public java.lang.String getPathMatch()
        Deprecated.
        Return the portion of the path that matches a path spec.
        Returns:
        the path name portion of the match.
      • getPathInfo

        public java.lang.String getPathInfo()
        Deprecated.
        Return the portion of the path that is after the path spec.
        Returns:
        the path info portion of the match, or null if there is no portion after the getPathMatch()