Uses of Class
org.glassfish.grizzly.servlet.ServletRegistration

Uses of ServletRegistration in org.glassfish.grizzly.servlet
 

Methods in org.glassfish.grizzly.servlet that return ServletRegistration
 ServletRegistration WebappContext.addServlet(String servletName, Class<? extends javax.servlet.Servlet> servletClass)
          Adds the servlet with the given name and class type to this servlet context.
 ServletRegistration WebappContext.addServlet(String servletName, javax.servlet.Servlet servlet)
          Registers the given servlet instance with this WebappContext under the given servletName.
 ServletRegistration WebappContext.addServlet(String servletName, String className)
          Adds the servlet with the given name and class name to this servlet context.
 ServletRegistration WebappContext.getServletRegistration(String name)
          Gets the ServletRegistration corresponding to the servlet with the given servletName.
 

Methods in org.glassfish.grizzly.servlet that return types with arguments of type ServletRegistration
 Map<String,? extends ServletRegistration> WebappContext.getServletRegistrations()
          Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets registered with this WebappContext.
 

Methods in org.glassfish.grizzly.servlet with parameters of type ServletRegistration
 int ServletRegistration.compareTo(ServletRegistration o)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.