Class ServletPathMatches

java.lang.Object
io.undertow.servlet.handlers.ServletPathMatches

public class ServletPathMatches extends Object
Facade around ServletPathMatchesData. This facade is responsible for re-generating the matches if anything changes.
Author:
Stuart Douglas
  • Field Details

  • Constructor Details

    • ServletPathMatches

      public ServletPathMatches(Deployment deployment)
  • Method Details

    • initData

      public void initData()
    • getServletHandlerByName

      public ServletChain getServletHandlerByName(String name)
    • getServletHandlerByPath

      public ServletPathMatch getServletHandlerByPath(String path)
    • invalidate

      public void invalidate()
    • setWelcomePages

      public void setWelcomePages(List<String> welcomePages)