Uses of Class
com.sun.grizzly.http.webxml.schema.WebApp

Packages that use WebApp
com.sun.grizzly.http.servlet.deployer   
com.sun.grizzly.http.webxml   
com.sun.grizzly.http.webxml.parser   
com.sun.grizzly.http.webxml.schema   
 

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

Methods in com.sun.grizzly.http.servlet.deployer with parameters of type WebApp
 Map<ServletAdapter,List<String>> WebAppAdapter.getServletAdaptersToAlises(WebApp webApp, String context)
           
protected static void WebAppAdapter.setContextParams(WebApp webApp, ServletAdapter sa)
           
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)
           
 

Constructors in com.sun.grizzly.http.servlet.deployer with parameters of type WebApp
WebAppAdapter(String root, String context, WebApp webApp, ClassLoader webAppCL, WebApp webdefault)
          Default constructor, takes care of setting up adapter.
 

Uses of WebApp in com.sun.grizzly.http.webxml
 

Methods in com.sun.grizzly.http.webxml that return WebApp
static WebApp WebappLoader.extractWebXmlInfo(String schemaVersion, String webxml)
           
static WebApp WebappLoader.load(String webxml)
           
 

Uses of WebApp in com.sun.grizzly.http.webxml.parser
 

Methods in com.sun.grizzly.http.webxml.parser that return WebApp
 WebApp JAXBWebXml_3_0Parser.parse(String webxml)
           
 WebApp JAXBWebXml_2_5Parser.parse(String webxml)
           
 WebApp JAXBWebXml_2_4Parser.parse(String webxml)
           
 WebApp JAXBWebXml_2_3Parser.parse(String webxml)
           
 WebApp JAXBWebXml_2_2Parser.parse(String webxml)
           
 WebApp IJAXBWebXmlParser.parse(String webxml)
          Will parse the web.xml and load the content into a WebApp object
protected  WebApp JAXBWebXml_2_2Parser.populate(WebApp root)
           
 

Uses of WebApp in com.sun.grizzly.http.webxml.schema
 

Methods in com.sun.grizzly.http.webxml.schema that return WebApp
 WebApp WebApp.mergeWith(WebApp with)
           
 WebApp WebApp.mergeWithAnnotations(WebApp webAppAnon)
          Merge with annotations attributes that are not already define Types that are used by Annotations EnvEntry LifecycleCallback MessageDestinationRef PortComponentRef ResourceRef SecurityRole ServiceRef Servlet EJB and persistance not yet supported
 

Methods in com.sun.grizzly.http.webxml.schema with parameters of type WebApp
 WebApp WebApp.mergeWith(WebApp with)
           
 WebApp WebApp.mergeWithAnnotations(WebApp webAppAnon)
          Merge with annotations attributes that are not already define Types that are used by Annotations EnvEntry LifecycleCallback MessageDestinationRef PortComponentRef ResourceRef SecurityRole ServiceRef Servlet EJB and persistance not yet supported
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.