| Package | Description |
|---|---|
| org.apache.openejb.jee |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<WebApp> |
ObjectFactory.createWebApp(WebApp value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<WebApp> |
ObjectFactory.createWebApp(WebApp value)
|
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.