ServletMapping

This type is a class for model objects.

The servlet-mapping element defines a mapping between a servlet and a url pattern

Package: webapplication

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  WebApp.servletMappings



Attributes 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

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: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

name  -  @version J2EE1.4 The servlet-name element contains the canonical name of the servlet. Each servlet name is unique within the web application.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

webApp  -  * No description is available *
    Reference Type: WebApp @
    Containment:  false
    Container:  true
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  true
    Volatile:  false
    Opposite: WebApp.servletMappings

servlet  -  * No description is available *
    Reference Type: Servlet @
    Containment:  false
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006