org.apache.myfaces.commons.resourcehandler
Class GZIPResourceLoader.FileProducer

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.GZIPResourceLoader.FileProducer
Enclosing class:
GZIPResourceLoader

public static class GZIPResourceLoader.FileProducer
extends Object


Field Summary
 boolean created
           
 
Constructor Summary
GZIPResourceLoader.FileProducer()
           
 
Method Summary
 void createFile(javax.faces.context.FacesContext facesContext, ResourceMeta resourceMeta, File file, GZIPResourceLoader loader)
           
 boolean isCreated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

created

public volatile boolean created
Constructor Detail

GZIPResourceLoader.FileProducer

public GZIPResourceLoader.FileProducer()
Method Detail

isCreated

public boolean isCreated()

createFile

public void createFile(javax.faces.context.FacesContext facesContext,
                       ResourceMeta resourceMeta,
                       File file,
                       GZIPResourceLoader loader)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.