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
 interface JSFLibraryReferenceServerSupplied
           
 interface JSFLibraryReferenceUserDefined
          Represents an reference to a user defined JSF Library
 

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