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

Packages that use ServletMapping
fedora.server.config.webxml   
 

Uses of ServletMapping in fedora.server.config.webxml
 

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

Methods in fedora.server.config.webxml with parameters of type ServletMapping
 void WebXML.addServletMapping(ServletMapping servletMapping)