FileDocCategorySizeDatePackage
DescriptorConstants.javaAPI DocGlassfish v2 API7845Fri May 04 22:31:38 BST 2007com.sun.enterprise.deployment.io

DescriptorConstants

public interface DescriptorConstants
Contains all deployment descriptor constants.
author
Nazrul Islam
since
JDK1.4

Fields Summary
String
S1AS_PREFIX
Prefix used for S1AS xmls
String
S1AS_CMP_PREFIX
Prefix used for S1AS Cmp xmls
String
APPLICATION_DD_ENTRY
The name of the deployment descriptor entry in the application ear.
String
APPLICATION_JAR_ENTRY
The name of the deployment descriptor entry inside the ear.
String
S1AS_APPLICATION_DD_ENTRY
The name of the deployment descriptor entry in Sun application ear.
String
S1AS_APPLICATION_JAR_ENTRY
The name of the deployment descriptor entry in Sun application jar.
String
EJB_DD_ENTRY
The name of the deployment descriptor entry in the ejb module jar.
String
EJB_JAR_ENTRY
The name of the ejb deployment descriptor entry inside an ejb jar.
String
S1AS_EJB_DD_ENTRY
The name of the Sun deployment descriptor entry in ejb module jar.
String
S1AS_EJB_JAR_ENTRY
The Sun ejb deployment descriptor entry inside an ejb jar.
String
WEB_DD_ENTRY
The name of the deployment descriptor entry in the web module.
String
WEB_JAR_ENTRY
The name of the deployment descriptor entry in the web jar.
String
S1AS_WEB_DD_ENTRY
The name of the S1AS deployment descriptor entry in web module.
String
S1AS_WEB_JAR_ENTRY
The name of the S1AS deployment descriptor entry in web jar.
String
RAR_DD_ENTRY
The name of the deployment descriptor entry in the rar module.
String
RAR_JAR_ENTRY
The name of the deployment descriptor entry in the rar jar
String
S1AS_RAR_DD_ENTRY
The name of the deployment descriptor entry in the rar module
String
S1AS_RAR_JAR_ENTRY
The name of the deployment descriptor entry in the rar jar
String
WEB_INF
The name of the WEB-INF entry in a war.
String
WEB_INF_CLASSES_DIR
String
WEB_INF_LIB_DIR
String
TAG_LIB_EXT
The file extension for jsp tag library.
String
APP_CLIENT_DD_ENTRY
The name of the deployment descriptor entry in the client jar.
String
APP_CLIENT_JAR_ENTRY
The application client entry inside a jar file.
String
S1AS_APP_CLIENT_DD_ENTRY
The name of the deployment descriptor entry in the client jar.
String
S1AS_APP_CLIENT_JAR_ENTRY
The Sun application client entry inside a jar file.
String
MANIFEST_ENTRY
The manifest file name from an archive.
String
JAR_MANIFEST_ENTRY
The manifest file name from an archive; without File.separator
String
APP_ROLEMAPPER_PREFIX
prefix used for application role mapper key
String
MODULE_ROLEMAPPER_PREFIX
prefix used for module role mapper key
String
S1AS_CMP_MAPPING_DD_ENTRY
The Sun cmp-mapping descriptor entry in exploded file system.
String
S1AS_CMP_MAPPING_JAR_ENTRY
The Sun cmp-mapping descriptor entry inside an ejb jar.
String
JAXRPC_JAR_ENTRY
JaxRPC deployment descriptor file
String
WEB_WEBSERVICES_JAR_ENTRY
WebServices descriptor entry in a web jar
String
EJB_WEBSERVICES_JAR_ENTRY
WebServices descriptor entry in an ejb jar
String
PERSISTENCE_DD_ENTRY
Persistence Unit Deployment Descriptor entry
String
ORM_DD_ENTRY
Object to Relational mapping DD entry
Constructors Summary
Methods Summary