Uses of Interface
org.apache.cocoon.components.flow.apples.AppleController

Packages that use AppleController
org.apache.cocoon.components.flow.apples   
org.apache.cocoon.components.flow.apples.samples   
 

Uses of AppleController in org.apache.cocoon.components.flow.apples
 

Subinterfaces of AppleController in org.apache.cocoon.components.flow.apples
 interface StatelessAppleController
          This interface can be impemented by Apples that do not wish to be stored, and thus don't have a continuation ID assosociated with them.
 

Methods in org.apache.cocoon.components.flow.apples that return AppleController
protected  AppleController ApplesProcessor.instantiateController(String className)
           
 

Uses of AppleController in org.apache.cocoon.components.flow.apples.samples
 

Classes in org.apache.cocoon.components.flow.apples.samples that implement AppleController
 class BindingWoodyApple
          BindingWoodyApple
 class CalculationApple
          CalculationApple shows an easy Apple example implementation for a Calculator.
 class GuessGameApple
          GuessGameApple shows an easy Apples implementation for a number guessing game.
 class HanoiApple
          HanoiApple shows an apple maintaining the state of the fanous puzzle.
 



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