Uses of Class
org.glassfish.grizzly.web.FileCache

Packages that use FileCache
org.glassfish.grizzly.web   
org.glassfish.grizzly.web.standalone   
 

Uses of FileCache in org.glassfish.grizzly.web
 

Fields in org.glassfish.grizzly.web declared as FileCache
protected  FileCache WebFilterConfig.fileCache
          The FileCache associated with this Selector
 

Methods in org.glassfish.grizzly.web that return FileCache
 FileCache WebFilterConfig.getFileCache()
           
 

Methods in org.glassfish.grizzly.web with parameters of type FileCache
 void WebFilterConfig.setFileCache(FileCache fileCache)
           
 

Uses of FileCache in org.glassfish.grizzly.web.standalone
 

Fields in org.glassfish.grizzly.web.standalone declared as FileCache
protected  FileCache StaticHandler.fileCache
          The FileCache mechanism used to cache static resources.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.