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.LibraryInfofindLibrary(String libraryName, String localePrefix, String contract, javax.faces.context.FacesContext ctx) com.sun.faces.application.resource.LibraryInfofindLibraryWithZipDirectoryEntryScan(String libraryName, String localePrefix, String contract, javax.faces.context.FacesContext ctx, boolean forceScan) protected InputStreamgetNonCompressedInputStream(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, hashCodeMethods 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:
 findLibraryin 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:
 findLibraryWithZipDirectoryEntryScanin 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:
 getNonCompressedInputStreamin classcom.sun.faces.application.resource.ClasspathResourceHelper- Throws:
 IOException
 
 -