public class PathExtensionRule extends Rule
| Modifier and Type | Field and Description |
|---|---|
private java.util.regex.Pattern |
allow |
private java.util.regex.Pattern |
deny |
| Constructor and Description |
|---|
PathExtensionRule(java.lang.String id,
java.util.regex.Pattern allow,
java.util.regex.Pattern deny) |
| Modifier and Type | Method and Description |
|---|---|
Action |
check(javax.servlet.http.HttpServletRequest request,
InterceptingHTTPServletResponse response,
javax.servlet.http.HttpServletResponse httpResponse) |
public PathExtensionRule(java.lang.String id,
java.util.regex.Pattern allow,
java.util.regex.Pattern deny)
public Action check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)