Uses of Class
org.apache.openejb.jee.WebApp
-
Packages that use WebApp Package Description 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 Modifier and Type Method Description WebAppWebApp. addFilter(String name, String clazz, String... mappings)WebAppWebApp. addFilterInitParam(String filterName, String name, String value)WebAppWebApp. addInitParam(String servletName, String name, String value)WebAppWebApp. addListener(String classname)WebAppWebApp. addServlet(String name, String clazz, String... mappings)WebAppWebApp. addServletMapping(String servletName, String mapping)WebAppWebApp. contextRoot(String root)WebAppWebApp. defaultContextPath(String path)Methods in org.apache.openejb.jee that return types with arguments of type WebApp Modifier and Type Method Description jakarta.xml.bind.JAXBElement<WebApp>ObjectFactory. createWebApp(WebApp value)Methods in org.apache.openejb.jee with parameters of type WebApp Modifier and Type Method Description jakarta.xml.bind.JAXBElement<WebApp>ObjectFactory. createWebApp(WebApp value)
-