Uses of Class
com.sun.faces.application.resource.LibraryInfo
Packages that use LibraryInfo
- 
Uses of LibraryInfo in com.sun.faces.application.resourceSubclasses of LibraryInfo in com.sun.faces.application.resourceMethods in com.sun.faces.application.resource that return LibraryInfoModifier and TypeMethodDescriptionClasspathResourceHelper.findLibrary(String libraryName, String localePrefix, String contract, FacesContext ctx) FaceletWebappResourceHelper.findLibrary(String libraryName, String localePrefix, String contract, FacesContext ctx) abstract LibraryInfoResourceHelper.findLibrary(String libraryName, String localePrefix, String contract, FacesContext ctx) Search for the specified library/localPrefix combination in an implementation dependent manner.WebappResourceHelper.findLibrary(String libraryName, String localePrefix, String contract, FacesContext ctx) ClasspathResourceHelper.findLibraryWithZipDirectoryEntryScan(String libraryName, String localePrefix, String contract, FacesContext ctx, boolean forceScan) ResourceInfo.getLibraryInfo()Methods in com.sun.faces.application.resource with parameters of type LibraryInfoModifier and TypeMethodDescriptionClasspathResourceHelper.findResource(LibraryInfo library, String resourceName, String localePrefix, boolean compressable, FacesContext ctx) FaceletWebappResourceHelper.findResource(LibraryInfo library, String resourceName, String localePrefix, boolean compressable, FacesContext ctx) abstract ResourceInfoResourceHelper.findResource(LibraryInfo library, String resourceName, String localePrefix, boolean compressable, FacesContext ctx) Search for the specified resource based in the library/localePrefix/resourceName combination in an implementation dependent manner.WebappResourceHelper.findResource(LibraryInfo library, String resourceName, String localePrefix, boolean compressable, FacesContext ctx) Constructors in com.sun.faces.application.resource with parameters of type LibraryInfoModifierConstructorDescriptionClientResourceInfo(LibraryInfo library, ContractInfo contract, String name, VersionInfo version, boolean compressible, boolean supportsEL, boolean isDevStage, boolean cacheTimestamp) Constructs a newClientResourceInfousing the specified details.ResourceInfo(LibraryInfo library, ContractInfo contract, String name, VersionInfo version)