-
Methods in com.sun.faces.application.resource that return LibraryInfo
Modifier and Type |
Method |
Description |
LibraryInfo |
ClasspathResourceHelper.findLibrary(String libraryName,
String localePrefix,
String contract,
FacesContext ctx) |
|
LibraryInfo |
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.
|
LibraryInfo |
WebappResourceHelper.findLibrary(String libraryName,
String localePrefix,
String contract,
FacesContext ctx) |
|
LibraryInfo |
ClasspathResourceHelper.findLibraryWithZipDirectoryEntryScan(String libraryName,
String localePrefix,
String contract,
FacesContext ctx,
boolean forceScan) |
|
LibraryInfo |
ResourceInfo.getLibraryInfo() |
|
Methods in com.sun.faces.application.resource with parameters of type LibraryInfo
Modifier and Type |
Method |
Description |
ResourceInfo |
ClasspathResourceHelper.findResource(LibraryInfo library,
String resourceName,
String localePrefix,
boolean compressable,
FacesContext ctx) |
|
ResourceInfo |
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.
|
ResourceInfo |
WebappResourceHelper.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 new ClientResourceInfo using the specified details.
|
ResourceInfo(LibraryInfo library,
ContractInfo contract,
String name,
VersionInfo version) |
|