|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.cocoon.components.flow.apples.samples.GuessGameApple
public class GuessGameApple
GuessGameApple shows an easy Apples implementation for a number guessing game.
Constructor Summary | |
---|---|
GuessGameApple()
|
Method Summary | |
---|---|
void |
process(AppleRequest req,
AppleResponse res)
Allows the AppleController implementation to make some business decissions in a given web application flow. |
String |
toString()
|
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GuessGameApple()
Method Detail |
---|
public String toString()
toString
in class Object
public void process(AppleRequest req, AppleResponse res) throws ProcessingException
AppleController
Typically those decissions will be based upon what it can find inside the
passed AppleRequest
and result into setting specific aspects of the
AppleResponse
process
in interface AppleController
ProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |