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

Packages that use WebApp
com.sun.grizzly.http.servlet.deployer   
com.sun.grizzly.http.servlet.deployer.annotation   
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
 

Fields in com.sun.grizzly.http.servlet.deployer declared as WebApp
 WebApp WarDeployable.webApp
          Web application to be deployed.
 WebApp WarDeploymentConfiguration.webDefault
          Web default application, merged with all to be deployed.
protected  WebApp GrizzlyWebServerDeployer.webDefault
           
 

Methods in com.sun.grizzly.http.servlet.deployer with parameters of type WebApp
 void GrizzlyWebServerDeployer.deploy(String rootFolder, String context, String path, URLClassLoader webAppCL, WebApp superApp)
           
 void GrizzlyWebServerDeployer.deployApplication(DeployableConfiguration conf, URLClassLoader serverLibLoader, WebApp webDefault)
           
protected  void GrizzlyWebServerDeployer.deployCustom(String location, URLClassLoader serverLibLoader, WebApp defaultSupportWebApp)
           
 void GrizzlyWebServerDeployer.deployWar(DeployableConfiguration conf, URLClassLoader serverLibLoader, WebApp defaultWebApp)
          Deploy WAR file.
 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
WarDeployable(WebApp webApp, String location, URLClassLoader cl)
          Constructor.
WarDeploymentConfiguration(String ctx, URLClassLoader serverLibLoader, WebApp webDefault)
          Constructor.
WarDeploymentConfiguration(String ctx, URLClassLoader serverLibLoader, WebApp webDefault, DeployableConfiguration conf)
          Constructor.
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.servlet.deployer.annotation
 

Methods in com.sun.grizzly.http.servlet.deployer.annotation that return WebApp
 WebApp AnnotationParser.parseAnnotation(URLClassLoader classLoader)
           
 

Methods in com.sun.grizzly.http.servlet.deployer.annotation with parameters of type WebApp
protected  void AnnotationParser.parseAnnotation(Class<?> clazz, WebApp webapp)
           
protected  void AnnotationParser.parseDeclareRoles(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parseEJB(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parseEJBs(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parsePersistenceContext(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parsePersistenceUnit(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parsePersistenceUnits(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parsePostConstruct(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parsePreDestroy(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parseResource(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parseResources(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parseRunAs(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parseWebServiceRef(WebApp webapp, Class<?> clazz)
           
protected  void AnnotationParser.parseWebServiceRefs(WebApp webapp, Class<?> clazz)
           
 

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_2_5Parser.parse(String webxml)
           
 WebApp IJAXBWebXmlParser.parse(String webxml)
          Will parse the web.xml and load the content into a WebApp object
 WebApp JAXBWebXml_2_2Parser.parse(String webxml)
           
 WebApp JAXBWebXml_3_0Parser.parse(String webxml)
           
 WebApp JAXBWebXml_2_4Parser.parse(String webxml)
           
 WebApp JAXBWebXml_2_3Parser.parse(String webxml)
           
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 © 2012 Oracle Corporation. All Rights Reserved.