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 Constructor Description PortalClasspathResourceHelper(PortalRuntime runtime) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.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, hashCode 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PortalClasspathResourceHelper
public PortalClasspathResourceHelper(PortalRuntime runtime)
- Parameters:
 runtime- thePluginRuntime
 
 - 
 
- 
Method Detail
- 
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
 
 - 
 
 -