Uses of Class
fedora.server.config.webxml.FilterMapping

Packages that use FilterMapping
fedora.server.config.webxml   
 

Uses of FilterMapping in fedora.server.config.webxml
 

Methods in fedora.server.config.webxml that return types with arguments of type FilterMapping
 java.util.List<FilterMapping> WebXML.getFilterMappings()
           
 

Methods in fedora.server.config.webxml with parameters of type FilterMapping
 void WebXML.addFilterMapping(FilterMapping filterMapping)
           
 void WebXML.removeFilterMapping(FilterMapping filterMapping)