Package de.xima.fc.portal.model
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 -
Method Summary
Modifier and TypeMethodDescriptioncom.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
-
Constructor Details
-
PortalClasspathResourceHelper
- Parameters:
runtime
- thePluginRuntime
-
-
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 classcom.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 classcom.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 classcom.sun.faces.application.resource.ClasspathResourceHelper
- Throws:
IOException
-