Deprecated API


Contents
Deprecated Interfaces
org.eclipse.jst.jsf.core.jsflibraryconfiguration.JSFLibraryReference
            
org.eclipse.jst.jsf.core.jsflibraryconfiguration.JSFLibraryReferencePluginProvided
            
org.eclipse.jst.jsf.core.jsflibraryconfiguration.JSFLibraryReferenceServerSupplied
            
org.eclipse.jst.jsf.core.jsflibraryconfiguration.JSFLibraryReferenceUserDefined
          use JSFLibraryReferenceUserSpecified 
org.eclipse.jst.jsf.core.jsflibraryconfiguration.JSFLibraryReferenceUserSpecified
            
 

Deprecated Classes
org.eclipse.jst.jsf.core.jsflibraryregistry.JSFLibraryArchiveFilesDelegate
          along with the jsflibraries extension-point 
org.eclipse.jst.jsf.core.jsflibraryconfiguration.JSFLibraryConfigurationHelper
            
org.eclipse.jst.jsf.core.jsflibraryregistry.PluginProvidedJSFLibraryArchiveFilesDelegate
            
org.eclipse.jst.jsf.core.jsflibraryregistry.PluginProvidedJSFLibraryCreationHelper
          - clients should not use 
org.eclipse.jst.jsf.metadataprocessors.TaglibMetadataContext
          - should not have been public, and no reason anyone should be using this class 
 

Deprecated Enums
org.eclipse.jst.jsf.core.jsflibraryconfiguration.JSFVersion
            
 

Deprecated Exceptions
org.eclipse.jst.jsf.core.jsflibraryregistry.InvalidArchiveFilesCreationException
            
 

Deprecated Methods
org.eclipse.jst.jsf.context.symbol.source.AbstractContextSymbolFactory.create(String, int, IAdaptable, List)
          Use the new create method instead. 
org.eclipse.jst.jsf.designtime.symbols.AbstractDataModelVariableFactory.createDefaultSymbol(String)
          use JSFSymbolFactory.createDefaultSymbol instead. 
org.eclipse.jst.jsf.designtime.symbols.AbstractDataModelVariableFactory.createValueExpression(String, IStructuredDocumentContext, IFile)
          use JSFSymbolFactory.getValueTypeFromEL instead. 
org.eclipse.jst.jsf.designtime.context.DTFacesContext.getLocaleString()
          Use IDTViewHandler.calculateLocale instead 
org.eclipse.jst.jsf.facesconfig.emf.impl.FacesConfigFactoryImpl.getPackage()
            
org.eclipse.jst.jsf.designtime.context.DTFacesContext.setLocaleString(String)
          Use IDTViewHandler.calculateLocale instead 
 

Deprecated Constructors
org.eclipse.jst.jsf.designtime.context.DTFacesContext(IExternalContextFactoryLocator)
          Use DTFacesContext(IAdaptable, IExternalContextFactoryLocator)