Interface DescriptorConstants


  • public interface DescriptorConstants
    Contains all deployment descriptor constants.
    Since:
    JDK1.4
    Author:
    Nazrul Islam
    • Field Detail

      • APPLICATION_DD_ENTRY

        static final String APPLICATION_DD_ENTRY
        The name of the deployment descriptor entry in the application ear.
      • APPLICATION_JAR_ENTRY

        static final String APPLICATION_JAR_ENTRY
        The name of the deployment descriptor entry inside the ear.
        See Also:
        Constant Field Values
      • S1AS_APPLICATION_DD_ENTRY

        static final String S1AS_APPLICATION_DD_ENTRY
        The name of the deployment descriptor entry in Sun application ear.
      • S1AS_APPLICATION_JAR_ENTRY

        static final String S1AS_APPLICATION_JAR_ENTRY
        The name of the deployment descriptor entry in Sun application jar.
        See Also:
        Constant Field Values
      • EJB_DD_ENTRY

        static final String EJB_DD_ENTRY
        The name of the deployment descriptor entry in the ejb module jar.
      • EJB_JAR_ENTRY

        static final String EJB_JAR_ENTRY
        The name of the ejb deployment descriptor entry inside an ejb jar.
        See Also:
        Constant Field Values
      • EJB_IN_WAR_ENTRY

        static final String EJB_IN_WAR_ENTRY
        The name of the ejb deployment descriptor entry inside a war.
        See Also:
        Constant Field Values
      • S1AS_EJB_DD_ENTRY

        static final String S1AS_EJB_DD_ENTRY
        The name of the Sun deployment descriptor entry in ejb module jar.
      • S1AS_EJB_JAR_ENTRY

        static final String S1AS_EJB_JAR_ENTRY
        The Sun ejb deployment descriptor entry inside an ejb jar.
        See Also:
        Constant Field Values
      • S1AS_EJB_IN_WAR_ENTRY

        static final String S1AS_EJB_IN_WAR_ENTRY
        The Sun ejb deployment descriptor entry inside a war.
        See Also:
        Constant Field Values
      • WEB_DD_ENTRY

        static final String WEB_DD_ENTRY
        The name of the deployment descriptor entry in the web module.
      • WEB_JAR_ENTRY

        static final String WEB_JAR_ENTRY
        The name of the deployment descriptor entry in the web jar.
        See Also:
        Constant Field Values
      • WEB_FRAGMENT_JAR_ENTRY

        static final String WEB_FRAGMENT_JAR_ENTRY
        The name of the deployment descriptor entry in web fragment jar.
        See Also:
        Constant Field Values
      • S1AS_WEB_DD_ENTRY

        static final String S1AS_WEB_DD_ENTRY
        The name of the S1AS deployment descriptor entry in web module.
      • S1AS_WEB_JAR_ENTRY

        static final String S1AS_WEB_JAR_ENTRY
        The name of the S1AS deployment descriptor entry in web jar.
        See Also:
        Constant Field Values
      • RAR_DD_ENTRY

        static final String RAR_DD_ENTRY
        The name of the deployment descriptor entry in the rar module.
      • RAR_JAR_ENTRY

        static final String RAR_JAR_ENTRY
        The name of the deployment descriptor entry in the rar jar
        See Also:
        Constant Field Values
      • S1AS_RAR_DD_ENTRY

        static final String S1AS_RAR_DD_ENTRY
        The name of the deployment descriptor entry in the rar module
      • S1AS_RAR_JAR_ENTRY

        static final String S1AS_RAR_JAR_ENTRY
        The name of the deployment descriptor entry in the rar jar
        See Also:
        Constant Field Values
      • WLS_APPLICATION_JAR_ENTRY

        static final String WLS_APPLICATION_JAR_ENTRY
        The name of the deployment descriptor entry inside the ear.
        See Also:
        Constant Field Values
      • WLS_WEB_JAR_ENTRY

        static final String WLS_WEB_JAR_ENTRY
        The name of the WebLogic deployment descriptor entry in web jar.
        See Also:
        Constant Field Values
      • WLS_EJB_JAR_ENTRY

        static final String WLS_EJB_JAR_ENTRY
        The name of the WebLogic deployment descriptor entry in the ejb jar.
        See Also:
        Constant Field Values
      • WLS_RAR_JAR_ENTRY

        static final String WLS_RAR_JAR_ENTRY
        The name of the WebLogic deployment descriptor entry in the rar
        See Also:
        Constant Field Values
      • WLS_APP_CLIENT_JAR_ENTRY

        static final String WLS_APP_CLIENT_JAR_ENTRY
        The name of the weblogic deployment descriptor entry in the client jar.
        See Also:
        Constant Field Values
      • GF_APPLICATION_JAR_ENTRY

        static final String GF_APPLICATION_JAR_ENTRY
        The name of the glassfish deployment descriptor entry inside the ear.
        See Also:
        Constant Field Values
      • GF_WEB_JAR_ENTRY

        static final String GF_WEB_JAR_ENTRY
        The name of the glassfish deployment descriptor entry in web jar.
        See Also:
        Constant Field Values
      • GF_EJB_JAR_ENTRY

        static final String GF_EJB_JAR_ENTRY
        The name of the glassfish deployment descriptor entry in the ejb jar.
        See Also:
        Constant Field Values
      • GF_EJB_IN_WAR_ENTRY

        static final String GF_EJB_IN_WAR_ENTRY
        The name of the glassfish deployment descriptor entry in the war.
        See Also:
        Constant Field Values
      • GF_APP_CLIENT_JAR_ENTRY

        static final String GF_APP_CLIENT_JAR_ENTRY
        The name of the glassfish deployment descriptor entry in the client jar.
        See Also:
        Constant Field Values
      • PAYARA_WEB_JAR_ENTRY

        static final String PAYARA_WEB_JAR_ENTRY
        The name of the Payara deployment descriptor entry in web jar.
        See Also:
        Constant Field Values
      • PAYARA_EJB_JAR_ENTRY

        static final String PAYARA_EJB_JAR_ENTRY
        The name of the Payara deployment descriptor entry in the ejb jar.
        See Also:
        Constant Field Values
      • PAYARA_EJB_IN_WAR_ENTRY

        static final String PAYARA_EJB_IN_WAR_ENTRY
        The name of the Payara deployment descriptor entry in the war.
        See Also:
        Constant Field Values
      • PAYARA_APP_CLIENT_JAR_ENTRY

        static final String PAYARA_APP_CLIENT_JAR_ENTRY
        The name of the Payara deployment descriptor entry in the client jar.
        See Also:
        Constant Field Values
      • WLS_EJB_IN_WAR_ENTRY

        static final String WLS_EJB_IN_WAR_ENTRY
        The name of the weblogic deployment descriptor entry in the war.
        See Also:
        Constant Field Values
      • APP_CLIENT_DD_ENTRY

        static final String APP_CLIENT_DD_ENTRY
        The name of the deployment descriptor entry in the client jar.
      • APP_CLIENT_JAR_ENTRY

        static final String APP_CLIENT_JAR_ENTRY
        The application client entry inside a jar file.
        See Also:
        Constant Field Values
      • S1AS_APP_CLIENT_DD_ENTRY

        static final String S1AS_APP_CLIENT_DD_ENTRY
        The name of the deployment descriptor entry in the client jar.
      • S1AS_APP_CLIENT_JAR_ENTRY

        static final String S1AS_APP_CLIENT_JAR_ENTRY
        The Sun application client entry inside a jar file.
        See Also:
        Constant Field Values
      • MANIFEST_ENTRY

        static final String MANIFEST_ENTRY
        The manifest file name from an archive.
      • JAR_MANIFEST_ENTRY

        static final String JAR_MANIFEST_ENTRY
        The manifest file name from an archive; without File.separator
        See Also:
        Constant Field Values
      • APP_ROLEMAPPER_PREFIX

        static final String APP_ROLEMAPPER_PREFIX
        prefix used for application role mapper key
        See Also:
        Constant Field Values
      • MODULE_ROLEMAPPER_PREFIX

        static final String MODULE_ROLEMAPPER_PREFIX
        prefix used for module role mapper key
        See Also:
        Constant Field Values
      • S1AS_CMP_MAPPING_DD_ENTRY

        static final String S1AS_CMP_MAPPING_DD_ENTRY
        The Sun cmp-mapping descriptor entry in exploded file system.
      • S1AS_CMP_MAPPING_JAR_ENTRY

        static final String S1AS_CMP_MAPPING_JAR_ENTRY
        The Sun cmp-mapping descriptor entry inside an ejb jar.
        See Also:
        Constant Field Values
      • WEB_WEBSERVICES_JAR_ENTRY

        static final String WEB_WEBSERVICES_JAR_ENTRY
        WebServices descriptor entry in a web jar
        See Also:
        Constant Field Values
      • EJB_WEBSERVICES_JAR_ENTRY

        static final String EJB_WEBSERVICES_JAR_ENTRY
        WebServices descriptor entry in an ejb jar
        See Also:
        Constant Field Values
      • PERSISTENCE_DD_ENTRY

        static final String PERSISTENCE_DD_ENTRY
        Persistence Unit Deployment Descriptor entry
        See Also:
        Constant Field Values