Uses of Class
com.caucho.vfs.Depend

Packages that use Depend
com.caucho.jsp   
com.caucho.jsp.java   
com.caucho.xml XML parsing and printing package. 
com.caucho.xml2   
 

Uses of Depend in com.caucho.jsp
 

Method parameters in com.caucho.jsp with type arguments of type Depend
static long Page.calculateLastModified(java.util.ArrayList<PersistentDependency> depends, java.util.ArrayList<Depend> cacheDepends)
          Calculate the last modified time for all the dependencies.
 

Uses of Depend in com.caucho.jsp.java
 

Fields in com.caucho.jsp.java with type parameters of type Depend
protected  java.util.ArrayList<Depend> JavaJspGenerator._cacheDepends
           
 

Uses of Depend in com.caucho.xml
 

Methods in com.caucho.xml that return types with arguments of type Depend
 java.util.ArrayList<Depend> QAbstractNode.getDependencyList()
           
 java.util.ArrayList<Depend> QDocument.getDependencyList()
           
 

Uses of Depend in com.caucho.xml2
 

Methods in com.caucho.xml2 that return types with arguments of type Depend
 java.util.ArrayList<Depend> QAbstractNode.getDependencyList()
           
 java.util.ArrayList<Depend> QDocument.getDependencyList()