Package com.ibm.ws.javaee.dd.web.common
Interface FilterMapping
public interface FilterMapping
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getFilterName
String getFilterName()- Returns:
- <filter-name>
-
getURLPattern
String getURLPattern()- Returns:
- <url-pattern>, or null if not specified
-
getServletName
String getServletName()- Returns:
- <servlet-name>, or null if not specified
-
getDispatcherValues
List<FilterMapping.DispatcherEnum> getDispatcherValues()- Returns:
- <dispatcher> as a read-only list
-