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

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

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

Classes in org.apache.cocoon.components.flow.apples that implement AppleRequest
 class DefaultAppleRequest
          DefaultAppleRequest wraps the nested <map:paramater> 's and the active Cocoon Environment Request to implement the service of the AppleRequest interface.
 

Methods in org.apache.cocoon.components.flow.apples with parameters of type AppleRequest
 void AppleController.process(AppleRequest req, AppleResponse res)
          Allows the AppleController implementation to make some business decissions in a given web application flow.
 

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

Methods in org.apache.cocoon.components.flow.apples.samples with parameters of type AppleRequest
 void CalculationApple.process(AppleRequest req, AppleResponse res)
           
 void GuessGameApple.process(AppleRequest req, AppleResponse res)
           
 void BindingWoodyApple.process(AppleRequest req, AppleResponse res)
           
 void HanoiApple.process(AppleRequest req, AppleResponse res)
           
protected  void BindingWoodyApple.processInitialization(AppleRequest req, AppleResponse res)
           
protected  void BindingWoodyApple.processValidation(AppleRequest req, AppleResponse res)
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.