| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| org.glassfish.web.deployment.descriptor |
| Modifier and Type | Method and Description |
|---|---|
abstract Vector<AppListenerDescriptor> |
WebBundleDescriptor.getAppListenerDescriptors() |
abstract Vector<AppListenerDescriptor> |
WebBundleDescriptor.getAppListeners() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.addAppListenerDescriptor(AppListenerDescriptor ref) |
abstract void |
WebBundleDescriptor.addAppListenerDescriptorToFirst(AppListenerDescriptor ref) |
abstract void |
WebBundleDescriptor.moveAppListenerDescriptor(AppListenerDescriptor ref,
int relPos) |
abstract void |
WebBundleDescriptor.removeAppListenerDescriptor(AppListenerDescriptor ref) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.setAppListeners(Collection<? extends AppListenerDescriptor> c) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppListenerDescriptorImpl
Objects exhibiting this interface represent an event listener descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<AppListenerDescriptor> |
WebBundleDescriptorImpl.getAppListenerDescriptors() |
Vector<AppListenerDescriptor> |
WebBundleDescriptorImpl.getAppListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleDescriptorImpl.addAppListenerDescriptor(AppListenerDescriptor ref) |
void |
WebBundleDescriptorImpl.addAppListenerDescriptorToFirst(AppListenerDescriptor ref) |
void |
WebBundleDescriptorImpl.moveAppListenerDescriptor(AppListenerDescriptor ref,
int relPos) |
void |
WebBundleDescriptorImpl.removeAppListenerDescriptor(AppListenerDescriptor ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleDescriptorImpl.setAppListeners(Collection<? extends AppListenerDescriptor> c) |
Copyright © 2019. All rights reserved.