Class VersionedResource

java.lang.Object
javax.faces.application.ViewResource
javax.faces.application.Resource
javax.faces.application.ResourceWrapper
com.github.blutorange.primefaces.util.VersionedResource
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.Resource>

public class VersionedResource
extends javax.faces.application.ResourceWrapper
  • Field Summary

    Fields inherited from class javax.faces.application.Resource

    COMPONENT_RESOURCE_KEY
  • Constructor Summary

    Constructors 
    Constructor Description
    VersionedResource​(javax.faces.application.Resource resource)  
  • Method Summary

    Modifier and Type Method Description
    String getRequestPath()  
    javax.faces.application.Resource getWrapped()  
    String toString()  

    Methods inherited from class javax.faces.application.ResourceWrapper

    getContentType, getInputStream, getLibraryName, getResourceName, getResponseHeaders, getURL, setContentType, setLibraryName, setResourceName, userAgentNeedsUpdate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • VersionedResource

      public VersionedResource​(javax.faces.application.Resource resource)
  • Method Details

    • getWrapped

      public javax.faces.application.Resource getWrapped()
      Specified by:
      getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.Resource>
      Specified by:
      getWrapped in class javax.faces.application.ResourceWrapper
    • getRequestPath

      public String getRequestPath()
      Overrides:
      getRequestPath in class javax.faces.application.ResourceWrapper
    • toString

      public String toString()
      Overrides:
      toString in class javax.faces.application.Resource