Uses of Class
com.sun.grizzly.http.servlet.ServletAdapter

Packages that use ServletAdapter
com.sun.grizzly.http.servlet   
com.sun.grizzly.http.servlet.deployer   
com.sun.grizzly.osgi.httpservice   
 

Uses of ServletAdapter in com.sun.grizzly.http.servlet
 

Methods in com.sun.grizzly.http.servlet that return ServletAdapter
 ServletAdapter ServletAdapter.newServletAdapter(Servlet servlet)
          Create a new ServletAdapter instance that will share the same ServletContextImpl and Servlet's listener but with an empty map of init-parameters.
 

Uses of ServletAdapter in com.sun.grizzly.http.servlet.deployer
 

Subclasses of ServletAdapter in com.sun.grizzly.http.servlet.deployer
 class WebAppAdapter
          WebApp Adapter.
 

Methods in com.sun.grizzly.http.servlet.deployer that return ServletAdapter
protected  ServletAdapter WebAppAdapter.createServletAdapter(String context, String servletUrlPattern)
           
 

Methods in com.sun.grizzly.http.servlet.deployer that return types with arguments of type ServletAdapter
 Map<ServletAdapter,List<String>> WebAppAdapter.getServletAdaptersToAlises(WebApp webApp, String context)
           
 

Methods in com.sun.grizzly.http.servlet.deployer with parameters of type ServletAdapter
static String[] WebAppAdapter.getAlias(ServletAdapter sa, Collection<String> aliases)
           
protected static void WebAppAdapter.setContextParams(WebApp webApp, ServletAdapter sa)
           
protected  void WarDeployer.setExtraConfig(ServletAdapter sa, WarDeploymentConfiguration configuration)
          Should be used to set configuration that are not in web.xml
protected static void WebAppAdapter.setFilters(WebApp webApp, ServletAdapter sa)
           
protected static void WebAppAdapter.setListeners(WebApp webApp, ServletAdapter sa)
           
protected static void WebAppAdapter.setServlet(WebApp webApp, ServletAdapter sa, ServletMapping servletMapping)
           
 

Uses of ServletAdapter in com.sun.grizzly.osgi.httpservice
 

Subclasses of ServletAdapter in com.sun.grizzly.osgi.httpservice
 class OSGiServletAdapter
          OSGi customized ServletAdapter.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.