org.eclipse.modisco.jee.webapp.webapp23
Interface FilterMappingType


public interface FilterMappingType

A representation of the model object 'Filter Mapping Type'.

The following features are supported:

See Also:
Webapp23Package.getFilterMappingType()
Generated:
Model:
extendedMetaData="name='filter-mapping_._type' kind='elementOnly'"

Method Summary
 FilterNameType getFilterName()
          Returns the value of the 'Filter Name' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 ServletNameType getServletName()
          Returns the value of the 'Servlet Name' containment reference.
 UrlPatternType getUrlPattern()
          Returns the value of the 'Url Pattern' containment reference.
 void setFilterName(FilterNameType value)
          Sets the value of the 'Filter Name' containment reference.
 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.
 void setUrlPattern(UrlPatternType value)
          Sets the value of the 'Url Pattern' containment reference.
 

Method Detail

getFilterName

FilterNameType getFilterName()
Returns the value of the 'Filter Name' containment reference.

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

Returns:
the value of the 'Filter Name' containment reference.
See Also:
setFilterName(FilterNameType), Webapp23Package.getFilterMappingType_FilterName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='filter-name' namespace='##targetNamespace'"

setFilterName

void setFilterName(FilterNameType value)
Sets the value of the 'Filter Name' containment reference.

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

getUrlPattern

UrlPatternType getUrlPattern()
Returns the value of the 'Url Pattern' containment reference.

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

Returns:
the value of the 'Url Pattern' containment reference.
See Also:
setUrlPattern(UrlPatternType), Webapp23Package.getFilterMappingType_UrlPattern()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='url-pattern' namespace='##targetNamespace'"

setUrlPattern

void setUrlPattern(UrlPatternType value)
Sets the value of the 'Url Pattern' containment reference.

Parameters:
value - the new value of the 'Url Pattern' containment reference.
See Also:
getUrlPattern()
Generated:

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), Webapp23Package.getFilterMappingType_ServletName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='servlet-name' namespace='##targetNamespace'"

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:

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), Webapp23Package.getFilterMappingType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

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: