Class PortalClasspathResourceHelper


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

      • PortalClasspathResourceHelper

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

      • 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