Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.model
Class J2eeTechnologies

java.lang.Object
  extended by oracle.jdeveloper.model.J2eeTechnologies


public class J2eeTechnologies
extends java.lang.Object

The J2eeTechnologies class defines the technology keys for the JDeveloper J2EE product.


Field Summary
static java.lang.String EJB_KEY
          Technology key for Enterprise JavaBeans components.
static java.lang.String FACES_KEY
          Technology key for JavaServer Faces.
static java.lang.String JSP_KEY
          Technology key for JavaServer Pages and Servlets.
static java.lang.String REST_WEB_SERVICES_KEY
          Technology key for REST Web Services.
static java.lang.String SOAP_WEB_SERVICES_KEY
          Technology key for SOAP Web Services.
static java.lang.String WEB_SERVICES_KEY
          Deprecated. Use SOAP_WEB_SERVICES_KEY

 

Constructor Summary
protected J2eeTechnologies()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

EJB_KEY

public static final java.lang.String EJB_KEY
Technology key for Enterprise JavaBeans components.
See Also:
Constant Field Values

JSP_KEY

public static final java.lang.String JSP_KEY
Technology key for JavaServer Pages and Servlets.
See Also:
Constant Field Values

FACES_KEY

public static final java.lang.String FACES_KEY
Technology key for JavaServer Faces.
See Also:
Constant Field Values

SOAP_WEB_SERVICES_KEY

public static final java.lang.String SOAP_WEB_SERVICES_KEY
Technology key for SOAP Web Services.
See Also:
Constant Field Values

REST_WEB_SERVICES_KEY

public static final java.lang.String REST_WEB_SERVICES_KEY
Technology key for REST Web Services.
See Also:
Constant Field Values

WEB_SERVICES_KEY

public static final java.lang.String WEB_SERVICES_KEY
Deprecated. Use SOAP_WEB_SERVICES_KEY
Technology key for Web Services.
See Also:
Constant Field Values

Constructor Detail

J2eeTechnologies

protected J2eeTechnologies()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.