org.apache.cocoon.components.flow.apples |
|
Java Source File Name | Type | Comment |
AppleController.java | Interface | AppleController declares the main processing interfaces for the stateful
controller objects. |
AppleHelper.java | Class | AppleHelper holds some static utility classes used in the Apples flow
implementation. |
AppleRequest.java | Interface | AppleRequest defines the services an AppleController can collect
from the current request. |
AppleResponse.java | Interface | AppleResponse defines the parts of the 'response' an AppleController can set. |
ApplesProcessor.java | Class | ApplesProcessor is the core Cocoon component that provides the 'Apples'
flow implementation. |
DefaultAppleRequest.java | Class | DefaultAppleRequest wraps the nested <map:paramater> 's and the
active Cocoon Environment Request to implement the service of the
AppleRequest interface. |
DefaultAppleResponse.java | Class | DefaultAppleResponse provides a default implementation for the
AppleResponse . |
StatelessAppleController.java | Interface | 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. |