public class ServletPathMatches extends Object
ServletPathMatchesData
. This facade is responsible for re-generating the matches if anything changes.Modifier and Type | Field | Description |
---|---|---|
static String |
DEFAULT_SERVLET_NAME |
Constructor | Description |
---|---|
ServletPathMatches(Deployment deployment) |
Modifier and Type | Method | 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 © 2018. All rights reserved.