Class PortalClasspathResourceHelper


  • public class PortalClasspathResourceHelper
    extends com.sun.faces.application.resource.ClasspathResourceHelper
    Author:
    XIMA MEDIA GmbH
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected InputStream getNonCompressedInputStream​(com.sun.faces.application.resource.ResourceInfo resource, javax.faces.context.FacesContext ctx)  
      • Methods inherited from class com.sun.faces.application.resource.ClasspathResourceHelper

        equals, findLibrary, findLibraryWithZipDirectoryEntryScan, findResource, getBaseContractsPath, getBaseResourcePath, getURL, hashCode
      • Methods inherited from class com.sun.faces.application.resource.ResourceHelper

        clientAcceptsCompression, compressContent, getBasePath, getInputStream, getLastModified, getVersion, handleCompression, resourceSupportsEL, trimLeadingSlash
    • Constructor Detail

      • PortalClasspathResourceHelper

        public PortalClasspathResourceHelper​(PortalRuntime runtime)
        Parameters:
        runtime - the PluginRuntime
    • Method Detail

      • getNonCompressedInputStream

        protected InputStream getNonCompressedInputStream​(com.sun.faces.application.resource.ResourceInfo resource,
                                                          javax.faces.context.FacesContext ctx)
                                                   throws IOException
        Overrides:
        getNonCompressedInputStream in class com.sun.faces.application.resource.ClasspathResourceHelper
        Throws:
        IOException