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

Packages that use Servlet
fedora.server.config.webxml   
 

Uses of Servlet in fedora.server.config.webxml
 

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

Methods in fedora.server.config.webxml with parameters of type Servlet
 void WebXML.addServlet(Servlet servlet)