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