Uses of Interface
org.eclipse.jst.jsf.core.jsflibraryconfiguration.JSFLibraryReference

Packages that use JSFLibraryReference
org.eclipse.jst.jsf.core.jsflibraryconfiguration API for configuring JSF Library References. 
 

Uses of JSFLibraryReference in org.eclipse.jst.jsf.core.jsflibraryconfiguration
 

Subinterfaces of JSFLibraryReference in org.eclipse.jst.jsf.core.jsflibraryconfiguration
 interface JSFLibraryReferencePluginProvided
          A reference to a plugin-defined JSF Library Provisional API - subject to change
 interface JSFLibraryReferenceServerSupplied
          A reference to a JSF Library where the implementation library is presumed to be coming from the server Provisional API - subject to change
 interface JSFLibraryReferenceUserDefined
          Deprecated. use JSFLibraryReferenceUserSpecified
 interface JSFLibraryReferenceUserSpecified
          Represents an reference to a user specified JSF Library Provisional API - subject to change
 

Methods in org.eclipse.jst.jsf.core.jsflibraryconfiguration that return types with arguments of type JSFLibraryReference
static java.util.Collection<JSFLibraryReference> JSFLibraryConfigurationHelper.getJSFLibraryReferences(IProject project)