Uses of Class
com.sun.faces.application.resource.LibraryInfo
-
Uses of LibraryInfo in com.sun.faces.application.resource
Modifier and TypeMethodDescriptionClasspathResourceHelper.findLibrary
(String libraryName, String localePrefix, String contract, FacesContext ctx) FaceletWebappResourceHelper.findLibrary
(String libraryName, String localePrefix, String contract, FacesContext ctx) abstract LibraryInfo
ResourceHelper.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()
Modifier 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 ResourceInfo
ResourceHelper.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) ModifierConstructorDescriptionClientResourceInfo
(LibraryInfo library, ContractInfo contract, String name, VersionInfo version, boolean compressible, boolean supportsEL, boolean isDevStage, boolean cacheTimestamp) Constructs a newClientResourceInfo
using the specified details.ResourceInfo
(LibraryInfo library, ContractInfo contract, String name, VersionInfo version)