Uses of Class
org.glassfish.deployment.common.RootDeploymentDescriptor
-
Packages that use RootDeploymentDescriptor Package Description org.glassfish.deployment.common -
-
Uses of RootDeploymentDescriptor in org.glassfish.deployment.common
Classes in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptor Modifier and Type Class Description classModuleDescriptor<T extends RootDeploymentDescriptor>This class describes a module information for an applicaiton moduleFields in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptor Modifier and Type Field Description protected 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 indexMethods in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptor Modifier and Type Method Description <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 scopeMethods in org.glassfish.deployment.common that return RootDeploymentDescriptor Modifier and Type Method Description RootDeploymentDescriptorRootDeploymentDescriptor. getMainDescriptor()Methods in org.glassfish.deployment.common that return types with arguments of type RootDeploymentDescriptor Modifier and Type Method Description Collection<RootDeploymentDescriptor>RootDeploymentDescriptor. getExtensionsDescriptors()This method returns all the extensions deployment descriptors in the scopeMethods in org.glassfish.deployment.common with parameters of type RootDeploymentDescriptor Modifier and Type Method Description voidSecurityRoleMapper. 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 RootDeploymentDescriptor Modifier and Type Method Description <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
-