|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppleController
AppleController declares the main processing interfaces for the stateful controller objects.
Implementations are advised to implement Avalon lifecycle interfaces.
Method Summary | |
---|---|
void |
process(AppleRequest req,
AppleResponse res)
Allows the AppleController implementation to make some business decissions in a given web application flow. |
Method Detail |
---|
void process(AppleRequest req, AppleResponse res) throws Exception
Typically those decissions will be based upon what it can find inside the
passed AppleRequest
and result into setting specific aspects of the
AppleResponse
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |