Deprecated API

Deprecated Interfaces
org.eclipse.jst.j2ee.webapplication.HTTPMethodType
          since 4/25/2003 use list on org.eclipse.jst.j2ee.internal.webapplication.WebResourceCollection
  • Http Method

 
org.eclipse.jst.j2ee.webapplication.URLPatternType
          since 4/25/2003 use list on org.eclipse.jst.j2ee.internal.webapplication.WebResourceCollection

The following features are supported:

 
 

Deprecated Methods
org.eclipse.jst.j2ee.ejb.EnterpriseBean.getAvailableCommonMethodElements()
          used getAvailableUnspecifiedMethodElements 
org.eclipse.jst.j2ee.ejb.EnterpriseBean.getAvailableCommonMethodElementSignatures()
          used getAvailableUnspecifiedMethodElementSignatures 
org.eclipse.jst.jsp.core.taglib.TaglibIndex.getContextRoot(IPath)
          - is not correct in flexible projects 
org.eclipse.jst.j2ee.webapplication.WebApp.getEnvEntries()
          : Use getEnvironmentProperties() 
org.eclipse.jst.j2ee.ejb.CMPAttribute.getField()
          - With EJB 2.0, assuming a Java field is no longer safe. Use getType() and getName() to get the most common field info. Or use getEjbClass() to get additional Java info. 
org.eclipse.jst.j2ee.webapplication.WebResourceCollection.getHTTPs()
          : Use getHttpMethod(); 
org.eclipse.jst.j2ee.application.Application.getModule(String)
          preferably use Application.getModule(String, String) or Application.getFirstModule(String) There may be multiple modules with the same uri but different alt-dds 
org.eclipse.jst.j2ee.ejb.ContainerManagedEntity.getPrimaryKeyAttribute()
          - Use getPrimKeyField() 
org.eclipse.jst.j2ee.webapplication.WebapplicationPackage.getWebResourceCollection_HTTPs()
          since 4/25/2003 use WebapplicationPackage.getWebResourceCollection_HttpMethod()  
org.eclipse.jst.j2ee.webapplication.WebapplicationPackage.getWebResourceCollection_URLs()
          since 4/25/2003 use WebapplicationPackage.getWebResourceCollection_UrlPattern()  
org.eclipse.jst.j2ee.ejb.EJBJar.isVersion1_1Descriptor()
          Use getVersionID() to determine module level 
org.eclipse.jst.j2ee.application.Application.isVersion1_2Descriptor()
          Use getVersionID() to determine module level 
org.eclipse.jst.j2ee.client.ApplicationClient.isVersion1_2Descriptor()
          Use getVersionID() to determine module level 
org.eclipse.jst.j2ee.application.Application.isVersion1_3Descriptor()
          Use getVersionID() to determine module level 
org.eclipse.jst.j2ee.client.ApplicationClient.isVersion1_3Descriptor()
          Use getVersionID() to determine module level 
org.eclipse.jst.j2ee.client.ApplicationClient.isVersion1_4Descriptor()
          Use getVersionID() to determine module level 
org.eclipse.jst.j2ee.ejb.EnterpriseBean.isVersion1_X()
          - Use EnterpriseBean.getVersionID() 
org.eclipse.jst.j2ee.ejb.EJBJar.isVersion2_0Descriptor()
          Use getVersionID() to determine module level 
org.eclipse.jst.j2ee.webapplication.WebApp.isVersion2_2Descriptor()
          Use getVersionID() to determine module level 
org.eclipse.jst.j2ee.webapplication.WebApp.isVersion2_3Descriptor()
          Use getVersionID() to determine module level 
org.eclipse.jst.j2ee.ejb.EnterpriseBean.isVersion2_X()
          - Use EnterpriseBean.getVersionID() 
org.eclipse.jst.j2ee.webapplication.ExceptionTypeErrorPage.setExceptionTypeName(String, ResourceSet)
          Use @link{#setExceptionTypeName(String)}