java.lang.Object
com.sun.faces.application.resource.LibraryInfo
- Direct Known Subclasses:
FaceletLibraryInfo
LibraryInfo
is a simple wrapper class for information pertinent to building a complete resource path
using a Library and/or Contract.
-
Method Details
-
equals
-
hashCode
-
getName
- Returns:
- return the library name.
-
getVersion
- Returns:
- return the version of the library, or
null
if the library isn't versioned.
-
getHelper
- Returns:
- return the
ResourceHelper
for this resource
-
getPath
- Returns:
- the base path of the library.
-
getPath
-
getLocalePrefix
- Returns:
- the Locale prefix, if any.
-
getContract
- Returns:
- active contract or null
-
toString
-