This type is a class for model objects.
The servlet-mapping element defines a mapping between a servlet and a url pattern
Package: webapplicationAttributes Summary | |
urlPattern : EString | The url-pattern element contains the url pattern of the mapping. Must follow the rules specified in Section 10 of the Servlet API Specification. |
name : EString | @version J2EE1.4 The servlet-name element contains the canonical name of the servlet. Each servlet name is unique within the web application. |
webApp : WebApp @ | * No description is available * |
servlet : Servlet @ | * No description is available * |
Attribute Details |