Package com.ibm.ws.javaee.dd.web.common
Interface Filter
- All Superinterfaces:
Describable
,DescriptionGroup
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescriptionGroup
getDisplayNames, getIcons
-
Method Details
-
getFilterName
String getFilterName()- Returns:
- <filter-name>
-
getFilterClass
String getFilterClass()- Returns:
- <filter-class>, or null if unspecified
-
isSetAsyncSupported
boolean isSetAsyncSupported()- Returns:
- true if <async-supported> is specified
- See Also:
-
isAsyncSupported
boolean isAsyncSupported()- Returns:
- <async-supported> if specified
- See Also:
-
getInitParams
List<ParamValue> getInitParams()- Returns:
- <init-param> as a read-only list
-