Uses of Class
org.glassfish.deployment.common.RootDeploymentDescriptor

Packages that use RootDeploymentDescriptor
org.glassfish.deployment.common   
 

Uses of RootDeploymentDescriptor in org.glassfish.deployment.common
 

Classes in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptor
 class ModuleDescriptor<T extends RootDeploymentDescriptor>
          This class describes a module information for an applicaiton module
 

Fields in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptor
protected  Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>> RootDeploymentDescriptor.extensions
          Extensions for this module descriptor, keyed by type, indexed using the instance's index
protected  Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>> RootDeploymentDescriptor.extensions
          Extensions for this module descriptor, keyed by type, indexed using the instance's index
 

Methods in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptor
<T extends RootDeploymentDescriptor>
void
RootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type, T instance, String index)
           
<T extends RootDeploymentDescriptor>
T
RootDeploymentDescriptor.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
 

Methods in org.glassfish.deployment.common that return RootDeploymentDescriptor
 RootDeploymentDescriptor RootDeploymentDescriptor.getMainDescriptor()
           
 

Methods in org.glassfish.deployment.common that return types with arguments of type RootDeploymentDescriptor
 Collection<RootDeploymentDescriptor> RootDeploymentDescriptor.getExtensionsDescriptors()
          This method returns all the extensions deployment descriptors in the scope
 

Methods in org.glassfish.deployment.common with parameters of type RootDeploymentDescriptor
 void SecurityRoleMapper.assignRole(Principal p, Role r, RootDeploymentDescriptor rdd)
          Assigns a Principal to the specified role.
 

Method parameters in org.glassfish.deployment.common with type arguments of type RootDeploymentDescriptor
<T extends RootDeploymentDescriptor>
void
RootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type, T instance, String index)
           
<T extends RootDeploymentDescriptor>
T
RootDeploymentDescriptor.getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type, String index)
          This method returns one extension of the passed type in the scope with the right index
 



Copyright © 2012. All Rights Reserved.