Uses of Class
com.sun.faces.application.resource.LibraryInfo
Packages that use LibraryInfo
-
Uses of LibraryInfo in com.sun.faces.application.resource
Subclasses 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 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()
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 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) 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 newClientResourceInfo
using the specified details.ResourceInfo
(LibraryInfo library, ContractInfo contract, String name, VersionInfo version)