Uses of Interface
org.apache.cocoon.interpreter.Instance

Packages that use Instance
org.apache.cocoon.interpreter   
org.apache.cocoon.interpreter.ecmascript   
org.apache.cocoon.interpreter.java   
 

Uses of Instance in org.apache.cocoon.interpreter
 

Methods in org.apache.cocoon.interpreter that return Instance
 Instance Module.createInstance(org.w3c.dom.Document document, java.util.Dictionary parameters)
           
 

Uses of Instance in org.apache.cocoon.interpreter.ecmascript
 

Classes in org.apache.cocoon.interpreter.ecmascript that implement Instance
 class EcmaScriptInstance
           
 

Methods in org.apache.cocoon.interpreter.ecmascript that return Instance
 Instance EcmaScriptModule.createInstance(org.w3c.dom.Document document, java.util.Dictionary parameters)
           
 

Uses of Instance in org.apache.cocoon.interpreter.java
 

Classes in org.apache.cocoon.interpreter.java that implement Instance
 class JavaInstance
           
 

Methods in org.apache.cocoon.interpreter.java that return Instance
 Instance JavaModule.createInstance(org.w3c.dom.Document document, java.util.Dictionary parameters)
           
 



Copyright 1999 Java Apache Project. All Rights Reserved.