Package io.undertow.servlet.handlers
Class ServletPathMatches
- java.lang.Object
-
- io.undertow.servlet.handlers.ServletPathMatches
-
public class ServletPathMatches extends Object
Facade aroundServletPathMatchesData. This facade is responsible for re-generating the matches if anything changes.- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_SERVLET_NAME
-
Constructor Summary
Constructors Constructor Description ServletPathMatches(Deployment deployment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServletChaingetServletHandlerByName(String name)ServletPathMatchgetServletHandlerByPath(String path)voidinitData()voidinvalidate()voidsetWelcomePages(List<String> welcomePages)
-
-
-
Field Detail
-
DEFAULT_SERVLET_NAME
public static final String DEFAULT_SERVLET_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ServletPathMatches
public ServletPathMatches(Deployment deployment)
-
-
Method Detail
-
initData
public void initData()
-
getServletHandlerByName
public ServletChain getServletHandlerByName(String name)
-
getServletHandlerByPath
public ServletPathMatch getServletHandlerByPath(String path)
-
invalidate
public void invalidate()
-
-