Uses of Class
org.glassfish.web.deployment.descriptor.AppListenerDescriptorImpl
-
Packages that use AppListenerDescriptorImpl Package Description org.glassfish.web.deployment.descriptor org.glassfish.web.deployment.node -
-
Uses of AppListenerDescriptorImpl in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor with parameters of type AppListenerDescriptorImpl Modifier and Type Method Description voidWebBundleDescriptorImpl. addAppListenerDescriptor(AppListenerDescriptorImpl ref) -
Uses of AppListenerDescriptorImpl in org.glassfish.web.deployment.node
Fields in org.glassfish.web.deployment.node declared as AppListenerDescriptorImpl Modifier and Type Field Description protected AppListenerDescriptorImplListenerNode. descriptorMethods in org.glassfish.web.deployment.node that return AppListenerDescriptorImpl Modifier and Type Method Description AppListenerDescriptorImplListenerNode. getDescriptor()Methods in org.glassfish.web.deployment.node with parameters of type AppListenerDescriptorImpl Modifier and Type Method Description NodeListenerNode. writeDescriptor(Node parent, String nodeName, AppListenerDescriptorImpl descriptor)write the descriptor class to a DOM tree and return it
-