Class PathResolution

java.lang.Object
org.apache.felix.http.base.internal.registry.ServletResolution
org.apache.felix.http.base.internal.registry.PathResolution

public class PathResolution extends ServletResolution
Resolution of a servlet based on the path
  • Field Details

    • servletPath

      public String servletPath
    • pathInfo

      public String pathInfo
    • requestURI

      public String requestURI
    • patterns

      public String[] patterns
    • matchedPattern

      public String matchedPattern
    • match

      public jakarta.servlet.http.MappingMatch match
    • matchValue

      public String matchValue
  • Constructor Details

    • PathResolution

      public PathResolution()