Class PortalClasspathResourceHelper

java.lang.Object
com.sun.faces.application.resource.ResourceHelper
com.sun.faces.application.resource.ClasspathResourceHelper
de.xima.fc.portal.model.PortalClasspathResourceHelper

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.faces.application.resource.LibraryInfo
    findLibrary(String libraryName, String localePrefix, String contract, javax.faces.context.FacesContext ctx)
     
    com.sun.faces.application.resource.LibraryInfo
    findLibraryWithZipDirectoryEntryScan(String libraryName, String localePrefix, String contract, javax.faces.context.FacesContext ctx, boolean forceScan)
     
    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, findResource, getBaseContractsPath, getBaseResourcePath, getURL, hashCode

    Methods inherited from class com.sun.faces.application.resource.ResourceHelper

    clientAcceptsCompression, compressContent, getBasePath, getInputStream, getLastModified, getVersion, handleCompression, resourceSupportsEL, trimLeadingSlash

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PortalClasspathResourceHelper

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

    • findLibrary

      public com.sun.faces.application.resource.LibraryInfo findLibrary(String libraryName, String localePrefix, String contract, javax.faces.context.FacesContext ctx)
      Overrides:
      findLibrary in class com.sun.faces.application.resource.ClasspathResourceHelper
    • findLibraryWithZipDirectoryEntryScan

      public com.sun.faces.application.resource.LibraryInfo findLibraryWithZipDirectoryEntryScan(String libraryName, String localePrefix, String contract, javax.faces.context.FacesContext ctx, boolean forceScan)
      Overrides:
      findLibraryWithZipDirectoryEntryScan in class com.sun.faces.application.resource.ClasspathResourceHelper
    • 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