mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
14 lines
320 B
Java
Generated
14 lines
320 B
Java
Generated
// Generated automatically from javax.servlet.http.HttpServletMapping for testing purposes
|
|
|
|
package javax.servlet.http;
|
|
|
|
import javax.servlet.http.MappingMatch;
|
|
|
|
public interface HttpServletMapping
|
|
{
|
|
MappingMatch getMappingMatch();
|
|
String getMatchValue();
|
|
String getPattern();
|
|
String getServletName();
|
|
}
|