Files
codeql/java/ql/test/stubs/javafx-web/javax/servlet/http/HttpServletMapping.java
Tony Torralba 393a0759db More stubs
2023-03-10 12:35:13 +01:00

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();
}