Class ResourceInfo

java.lang.Object
com.sun.faces.application.resource.ResourceInfo
Direct Known Subclasses:
ClientResourceInfo, FaceletResourceInfo

public class ResourceInfo extends Object
  • Constructor Details

  • Method Details

    • copy

      public void copy(ResourceInfo other)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isDoNotCache

      public boolean isDoNotCache()
    • setDoNotCache

      public void setDoNotCache(boolean doNotCache)
    • getHelper

      public ResourceHelper getHelper()
      Returns:
      return the ResourceHelper for this resource
    • getLibraryInfo

      public LibraryInfo getLibraryInfo()
      Returns:
      the Library associated with this resource, if any.
    • getLocalePrefix

      public String getLocalePrefix()
      Returns:
      the Locale prefix, if any.
    • getName

      public String getName()
      Returns:
      return the library name.
    • getPath

      public String getPath()
      Returns:
      the full path (including the library, if any) of the resource.
    • getContract

      public String getContract()
    • getVersion

      public VersionInfo getVersion()
      Returns:
      return the version of the resource, or null if the resource isn't versioned.