Uses of Class
com.sun.faces.application.resource.LibraryInfo
-
Packages that use LibraryInfo Package Description com.sun.faces.application.resource -
-
Uses of LibraryInfo in com.sun.faces.application.resource
Subclasses of LibraryInfo in com.sun.faces.application.resource Modifier and Type Class Description classFaceletLibraryInfoMethods in com.sun.faces.application.resource that return LibraryInfo Modifier and Type Method Description LibraryInfoClasspathResourceHelper. findLibrary(String libraryName, String localePrefix, String contract, FacesContext ctx)LibraryInfoFaceletWebappResourceHelper. 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.LibraryInfoWebappResourceHelper. findLibrary(String libraryName, String localePrefix, String contract, FacesContext ctx)LibraryInfoClasspathResourceHelper. findLibraryWithZipDirectoryEntryScan(String libraryName, String localePrefix, String contract, FacesContext ctx, boolean forceScan)LibraryInfoResourceInfo. getLibraryInfo()Methods in com.sun.faces.application.resource with parameters of type LibraryInfo Modifier and Type Method Description ResourceInfoClasspathResourceHelper. findResource(LibraryInfo library, String resourceName, String localePrefix, boolean compressable, FacesContext ctx)ResourceInfoFaceletWebappResourceHelper. 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.ResourceInfoWebappResourceHelper. findResource(LibraryInfo library, String resourceName, String localePrefix, boolean compressable, FacesContext ctx)Constructors in com.sun.faces.application.resource with parameters of type LibraryInfo Constructor Description ClientResourceInfo(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)
-