|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterMappingType
A representation of the model object 'Filter Mapping Type'.
The following features are supported:
Webapp23Package.getFilterMappingType()
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 |
---|
FilterNameType getFilterName()
If the meaning of the 'Filter Name' containment reference isn't clear, there really should be more of a description here...
setFilterName(FilterNameType)
,
Webapp23Package.getFilterMappingType_FilterName()
void setFilterName(FilterNameType value)
Filter Name
' containment reference.
value
- the new value of the 'Filter Name' containment reference.getFilterName()
UrlPatternType getUrlPattern()
If the meaning of the 'Url Pattern' containment reference isn't clear, there really should be more of a description here...
setUrlPattern(UrlPatternType)
,
Webapp23Package.getFilterMappingType_UrlPattern()
void setUrlPattern(UrlPatternType value)
Url Pattern
' containment reference.
value
- the new value of the 'Url Pattern' containment reference.getUrlPattern()
ServletNameType getServletName()
If the meaning of the 'Servlet Name' containment reference isn't clear, there really should be more of a description here...
setServletName(ServletNameType)
,
Webapp23Package.getFilterMappingType_ServletName()
void setServletName(ServletNameType value)
Servlet Name
' containment reference.
value
- the new value of the 'Servlet Name' containment reference.getServletName()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
Webapp23Package.getFilterMappingType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |