|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
RootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type,
T instance,
String index)
|
|
|
RootDeploymentDescriptor.getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type,
String index)
This method returns one extension of the passed type in the scope with the right index |
|
|
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 | ||
|---|---|---|
|
RootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type,
T instance,
String index)
|
|
|
RootDeploymentDescriptor.getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type,
String index)
This method returns one extension of the passed type in the scope with the right index |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||