Package | Description |
---|---|
org.netbeans.modules.j2ee.dd.api.web |
Interfaces for working with web module deployment descriptor, DDProvider class.
|
Modifier and Type | Method and Description |
---|---|
Listener[] |
WebApp.getListener() |
Listener |
WebApp.getListener(int index) |
Modifier and Type | Method and Description |
---|---|
int |
WebApp.addListener(Listener valueInterface) |
int |
WebApp.removeListener(Listener valueInterface) |
void |
WebApp.setListener(int index,
Listener valueInterface) |
void |
WebApp.setListener(Listener[] value) |