Uses of Class
org.apache.catalina.deploy.FilterMap
-
Packages that use FilterMap Package Description com.sun.enterprise.web org.apache.catalina org.apache.catalina.core -
-
Uses of FilterMap in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type FilterMap Modifier and Type Method Description voidContextFacade. addFilterMap(FilterMap filterMap, boolean isMatchAfter) -
Uses of FilterMap in org.apache.catalina
Methods in org.apache.catalina that return types with arguments of type FilterMap Modifier and Type Method Description List<FilterMap>Context. findFilterMaps()Gets the (possibly empty) list of filter mappings for this Context.Methods in org.apache.catalina with parameters of type FilterMap Modifier and Type Method Description voidContext. addFilterMap(FilterMap filterMap)Add a filter mapping to this Context. -
Uses of FilterMap in org.apache.catalina.core
Methods in org.apache.catalina.core that return types with arguments of type FilterMap Modifier and Type Method Description List<FilterMap>StandardContext. findFilterMaps()Return the list of filter mappings for this Context.Methods in org.apache.catalina.core with parameters of type FilterMap Modifier and Type Method Description voidStandardContext. addFilterMap(FilterMap filterMap)Add a filter mapping to this Context.voidStandardContext. addFilterMap(FilterMap filterMap, boolean isMatchAfter)Add a filter mapping to this Context.
-