-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description String
getDDBeanRootVersion()
Returns the version number of an XML instance document.DeployableObject
getDeployableObject()
Return the containing DeployableObjectString
getFilename()
Returns the filename relative to the root of the module of the XML instance document this DDBeanRoot represents.String
getModuleDTDVersion()
Deprecated.As of version 1.1 replaced by DDBeanRoot.getDDBeanRootVersion()ModuleType
getType()
Return the ModuleType of deployment descriptor.String
getXpath()
Return the XPath for this standard bean.-
Methods inherited from interface javax.enterprise.deploy.model.DDBean
addXpathListener, getAttributeNames, getAttributeValue, getChildBean, getId, getRoot, getText, getText, removeXpathListener
-
-
-
-
Method Detail
-
getType
ModuleType getType()
Return the ModuleType of deployment descriptor.- Returns:
- The ModuleType of deployment descriptor
-
getDeployableObject
DeployableObject getDeployableObject()
Return the containing DeployableObject- Returns:
- The DeployableObject that contains this deployment descriptor
-
getModuleDTDVersion
String getModuleDTDVersion()
Deprecated. As of version 1.1 replaced by DDBeanRoot.getDDBeanRootVersion()A convenience method to return the DTD version number. The DeployableObject has this information.- Returns:
- a string containing the DTD version number This method is being deprecated. Two DD data formats are being used, DTD and XML Schema. DDBeanRoot.getDDBeanRootVersion should be used in its place.
-
getDDBeanRootVersion
String getDDBeanRootVersion()
Returns the version number of an XML instance document. This method is replacing the methods DDBeanRoot.getModuleDTDVersion and DeployableObject.getModuleDTDVersion. This method returns the version number of any Java EE XML instance document.- Returns:
- a string that is the version number of the XML instance document. Null is returned if no version number can be found.
-
getXpath
String getXpath()
Return the XPath for this standard bean. The root XPath is "/".
-
getFilename
String getFilename()
Returns the filename relative to the root of the module of the XML instance document this DDBeanRoot represents.- Returns:
- String the filename relative to the root of the module
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
22/08/2025 01:55:02 Cette version de la page est en cache (à la date du 22/08/2025 01:55:02) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 14/04/2008, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/enterprise/deploy/model/DDBeanRoot.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.