public class ServletMapping extends Object
| Constructor and Description | 
|---|
| ServletMapping(String servletName,
              Class servletClass,
              String urlPattern) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getExtension() | 
| String | getPrefix() | 
| Class | getServletClass() | 
| String | getServletName() | 
| String | getUrlPattern() | 
| boolean | isExtensionMapping() | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.