Package | Description |
---|---|
org.netbeans.modules.j2ee.dd.api.application |
Interfaces for working with J2EE application deployment descriptor, DDProvider class.
|
org.netbeans.modules.j2ee.dd.api.client | |
org.netbeans.modules.j2ee.dd.api.common |
Super-interfaces for deployment descriptor, common interfaces for EJB and Web module deployment descriptor, J2EE DD API exceptions.
|
org.netbeans.modules.j2ee.dd.api.ejb |
Interfaces for working with ejb module deployment descriptor, DDProvider class.
|
org.netbeans.modules.j2ee.dd.api.web |
Interfaces for working with web module deployment descriptor, DDProvider class.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Application |
Modifier and Type | Interface and Description |
---|---|
interface |
AppClient |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentInterface
Compound interface grouping together all methods from CommonDDBean, DescriptionInterface,
DisplayNameInterface, CreateCapability, FindCapability and IconInterface.
|
interface |
MessageDestination
Generated interface for MessageDestination element.
|
interface |
RootInterface
Interface representing the root of interfaces bean tree structure.
|
interface |
ServiceRef
Generated interface for ServiceRef element.
|
interface |
ServiceRefHandler
Generated interface for ServiceRefHandler element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Ejb |
interface |
EjbJar |
interface |
Entity |
interface |
EntityAndSession |
interface |
MessageDriven |
interface |
Session |
Modifier and Type | Interface and Description |
---|---|
interface |
Filter
Generated interface for Filter element.
|
interface |
JspPropertyGroup
Generated interface for JspPropertyGroup element.
|
interface |
Listener
Generated interface for Listener element.
|
interface |
Servlet
Generated interface for Servlet element.
|
interface |
WebApp
Generated interface for WebApp element.
The WebApp object is the root of bean graph generated for deployment descriptor(web.xml) file. For getting the root (WebApp object) use the DDProvider.getDDRoot(org.openide.filesystems.FileObject) method. |
interface |
WebFragment
Interface for WebFragment element.
The WebFragment object is the root of bean graph generated for deployment descriptor(web-fragment.xml) file. For getting the root (WebFragment object) use the WebFragmentProvider.getWebFragmentRoot(org.openide.filesystems.FileObject) method. |