Interface ThreadContext.ServletRequestInfo

Enclosing interface:
ThreadContext

public static interface ThreadContext.ServletRequestInfo
  • Method Details

    • getMethod

      String getMethod()
    • getContextPath

      String getContextPath()
    • getServletPath

      String getServletPath()
    • getPathInfo

      String getPathInfo()
    • getUri

      String getUri()
    • addJaxRsPart

      void addJaxRsPart(String part)
    • getJaxRsParts

      List<String> getJaxRsParts()