Uses of Class
org.glassfish.deployment.common.RootDeploymentDescriptor
Packages that use RootDeploymentDescriptor
-
Uses of RootDeploymentDescriptor in org.glassfish.deployment.common
Classes in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptorModifier and TypeClassDescriptionclassModuleDescriptor<T extends RootDeploymentDescriptor>This class describes a module information for an applicaiton moduleFields in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptorModifier and TypeFieldDescriptionprotected Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>> RootDeploymentDescriptor.extensionsExtensions for this module descriptor, keyed by type, indexed using the instance's indexprotected Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>> RootDeploymentDescriptor.extensionsExtensions for this module descriptor, keyed by type, indexed using the instance's indexprotected ModuleDescriptor<RootDeploymentDescriptor>RootDeploymentDescriptor.moduleDescriptorcontains the information for this module (like it's module name)Methods in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptorModifier and TypeMethodDescription<T extends RootDeploymentDescriptor>
voidRootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type, T instance, String index) <T extends RootDeploymentDescriptor>
TRootDeploymentDescriptor.getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type, String index) This method returns one extension of the passed type in the scope with the right index<T extends RootDeploymentDescriptor>
Collection<T>RootDeploymentDescriptor.getExtensionsDescriptors(Class<T> type) This method returns all extensions of the passed type in the scope<T extends RootDeploymentDescriptor>
ModuleDescriptor<T>RootDeploymentDescriptor.getModuleDescriptor()Methods in org.glassfish.deployment.common that return RootDeploymentDescriptorMethods in org.glassfish.deployment.common that return types with arguments of type RootDeploymentDescriptorModifier and TypeMethodDescriptionRootDeploymentDescriptor.getExtensionsDescriptors()This method returns all the extensions deployment descriptors in the scopeMethods in org.glassfish.deployment.common with parameters of type RootDeploymentDescriptorModifier and TypeMethodDescriptionvoidSecurityRoleMapper.assignRole(Principal p, org.glassfish.security.common.Role r, RootDeploymentDescriptor rdd) Assigns a Principal to the specified role.Method parameters in org.glassfish.deployment.common with type arguments of type RootDeploymentDescriptorModifier and TypeMethodDescription<T extends RootDeploymentDescriptor>
voidRootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type, T instance, String index) <T extends RootDeploymentDescriptor>
TRootDeploymentDescriptor.getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type, String index) This method returns one extension of the passed type in the scope with the right indexvoidRootDeploymentDescriptor.setModuleDescriptor(ModuleDescriptor<RootDeploymentDescriptor> descriptor) Sets the module descriptor for this bundle