bruno 2004/06/04 08:10:54
Added: src/blocks/apples/java/org/apache/cocoon/components/flow/apples
StatelessAppleController.java
Log:
initial commit
Revision Changes Path
1.1
cocoon-2.1/src/blocks/apples/java/org/apache/cocoon/components/flow/apples/StatelessAppleController.java
Index: StatelessAppleController.java
===================================================================
package org.apache.cocoon.components.flow.apples;
/**
* 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.
*/
public interface StatelessAppleController extends AppleController {
}