ServletMapping

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



Attributes Summary
urlPattern : StringThe url-pattern element contains the url pattern of the mapping.
name : String@since J2EE1.
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



name    -    @since J2EE1.4The servlet-name element contains the canonical name of theservlet. Each servlet name is unique within the webapplication.
     data type:  String
     default Value:   unspecified



webApp    -     
     data type: 



servlet    -     
     data type: 


Copyright IBM Corp. 1997-2004