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 |
invalidate() |
public static final String DEFAULT_SERVLET_NAME
public ServletPathMatches(Deployment deployment)
public ServletChain getServletHandlerByName(String name)
public ServletPathMatch getServletHandlerByPath(String path)
public void invalidate()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.