Uses of Class
org.apache.cocoon.Cocoon

Packages that use Cocoon
org.apache.cocoon   
org.apache.cocoon.ant   
org.apache.cocoon.core   
org.apache.cocoon.portlet   
org.apache.cocoon.servlet   
 

Uses of Cocoon in org.apache.cocoon
 

Methods in org.apache.cocoon that return Cocoon
protected  Cocoon CocoonAccess.getCocoon()
           
 

Uses of Cocoon in org.apache.cocoon.ant
 

Methods in org.apache.cocoon.ant that return Cocoon
 Cocoon CocoonTask.CocoonFactory.createCocoon()
          create a new Cocoon instance
 

Methods in org.apache.cocoon.ant with parameters of type Cocoon
 void CocoonTask.CocoonFactory.disposeCocoon(Cocoon cocoon)
          Dispose a cocoon instance.
 CocoonProcessorDelegate CocoonTask.CocoonFactory.createCocoonProcessorDelegate(Cocoon cocoon, Configuration configuration)
          Create a CocoonProcessorDelegate for performing some Cocoon relevant operations.
 

Constructors in org.apache.cocoon.ant with parameters of type Cocoon
CocoonProcessorDelegate(Cocoon cocoon)
          Constructor for the CocoonProcessorDelegate object
 

Uses of Cocoon in org.apache.cocoon.core
 

Fields in org.apache.cocoon.core declared as Cocoon
protected  Cocoon CoreUtil.cocoon
          The Cocoon instance (the root processor).
 

Methods in org.apache.cocoon.core that return Cocoon
 Cocoon CoreUtil.createCocoon()
          Creates the Cocoon object and handles exception handling.
 Cocoon CoreUtil.getCocoon(String pathInfo, String reloadParam)
          Gets the current cocoon object.
 

Uses of Cocoon in org.apache.cocoon.portlet
 

Fields in org.apache.cocoon.portlet declared as Cocoon
protected  Cocoon CocoonPortlet.cocoon
          The Cocoon instance
 

Uses of Cocoon in org.apache.cocoon.servlet
 

Fields in org.apache.cocoon.servlet declared as Cocoon
protected  Cocoon CocoonServlet.cocoon
          The Cocoon instance
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.