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 who do not which to be stored, and thus don't have a continuation ID assosociated with them.
 

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-2010 The Apache Software Foundation. All Rights Reserved.