ServletMapping
The servlet-mapping element defines a mapping between a servlet and a url pattern
Attributes Summary
urlPattern
: String
The url-pattern element contains the url pattern of the mapping.
webApp
:
servlet
:
Attribute Details
urlPattern
- The url-pattern element contains the url pattern of the mapping. Must follow the rules specified in Section 10 of the Servlet API Specification.
data type:
String
default Value:
unspecified
webApp
-
data type:
servlet
-
data type:
Copyright IBM Corp. 1996-2002