public class ServletPathMatches extends Object
ServletPathMatchesData
. This facade is responsible for re-generating the matches if anything changes.Modifier and Type | Field and Description |
---|---|
static String | DEFAULT_SERVLET_NAME |
Constructor and Description |
---|
ServletPathMatches(Deployment deployment) |
Modifier and Type | Method and Description |
---|---|
ServletChain | getServletHandlerByName(String name) |
ServletPathMatch | getServletHandlerByPath(String path) |
void | initData() |
void | invalidate() |
void | setWelcomePages(List<String> welcomePages) |
public static final String DEFAULT_SERVLET_NAME
public ServletPathMatches(Deployment deployment)
public void initData()
public ServletChain getServletHandlerByName(String name)
public ServletPathMatch getServletHandlerByPath(String path)
public void invalidate()
Copyright © 2020 JBoss by Red Hat. All rights reserved.