com.ibm.ws.javaee.dd.web.common

Interface FilterMapping


  1. public interface FilterMapping

Nested Class Summary

Modifier and Type Interface and Description
  1. static class
FilterMapping.DispatcherEnum

Method Summary

Modifier and Type Method and Description
  1. java.util.List<FilterMapping.DispatcherEnum>
getDispatcherValues()
  1. java.lang.String
getFilterName()
  1. java.lang.String
getServletName()
  1. java.lang.String
getURLPattern()

Method Detail

getFilterName

  1. java.lang.String getFilterName( )
Returns:
<filter-name>

getURLPattern

  1. java.lang.String getURLPattern( )
Returns:
<url-pattern>, or null if not specified

getServletName

  1. java.lang.String getServletName( )
Returns:
<servlet-name>, or null if not specified

getDispatcherValues

  1. java.util.List<FilterMapping.DispatcherEnum> getDispatcherValues( )
Returns:
<dispatcher> as a read-only list