org.eclipse.modisco.jee.webapp.webapp25
Interface ServletMappingType


public interface ServletMappingType

A representation of the model object 'Servlet Mapping Type'. The servlet-mappingType defines a mapping between a servlet and a url pattern. Used in: web-app

The following features are supported:

See Also:
Webapp25Package.getServletMappingType()
Generated:
Model:
extendedMetaData="name='servlet-mappingType' kind='elementOnly'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 ServletNameType getServletName()
          Returns the value of the 'Servlet Name' containment reference.
  getUrlPattern()
          Returns the value of the 'Url Pattern' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setServletName(ServletNameType value)
          Sets the value of the 'Servlet Name' containment reference.
 

Method Detail

getServletName

ServletNameType getServletName()
Returns the value of the 'Servlet Name' containment reference.

If the meaning of the 'Servlet Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Servlet Name' containment reference.
See Also:
setServletName(ServletNameType), Webapp25Package.getServletMappingType_ServletName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='servlet-name' namespace='http://java.sun.com/xml/ns/javaee'"

setServletName

void setServletName(ServletNameType value)
Sets the value of the 'Servlet Name' containment reference.

Parameters:
value - the new value of the 'Servlet Name' containment reference.
See Also:
getServletName()
Generated:

getUrlPattern

 getUrlPattern()
Returns the value of the 'Url Pattern' containment reference list. The list contents are of type UrlPatternType.

If the meaning of the 'Url Pattern' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Url Pattern' containment reference list.
See Also:
Webapp25Package.getServletMappingType_UrlPattern()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='url-pattern' namespace='http://java.sun.com/xml/ns/javaee'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp25Package.getServletMappingType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: