Uses of Class
org.apache.openejb.jee.WebApp

Packages that use WebApp
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of WebApp in org.apache.openejb.jee
 

Methods in org.apache.openejb.jee that return WebApp
 WebApp WebApp.addFilter(String name, String clazz, String... mappings)
           
 WebApp WebApp.addFilterInitParam(String filterName, String name, String value)
           
 WebApp WebApp.addInitParam(String servletName, String name, String value)
           
 WebApp WebApp.addListener(String classname)
           
 WebApp WebApp.addServlet(String name, String clazz, String... mappings)
           
 WebApp WebApp.addServletMapping(String servletName, String mapping)
           
 WebApp WebApp.contextRoot(String root)
           
 

Methods in org.apache.openejb.jee that return types with arguments of type WebApp
 JAXBElement<WebApp> ObjectFactory.createWebApp(WebApp value)
          Create an instance of JAXBElement<WebApp>}
 

Methods in org.apache.openejb.jee with parameters of type WebApp
 JAXBElement<WebApp> ObjectFactory.createWebApp(WebApp value)
          Create an instance of JAXBElement<WebApp>}
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.