husted 2003/12/18 09:58:34 Modified: contrib/struts-jericho OVERVIEW.txt Log: Move dispatch step into Request Adaptor. Revision Changes Path 1.2 +8 -2 jakarta-struts/contrib/struts-jericho/OVERVIEW.txt Index: OVERVIEW.txt =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-jericho/OVERVIEW.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- OVERVIEW.txt 18 Dec 2003 17:27:00 -0000 1.1 +++ OVERVIEW.txt 18 Dec 2003 17:58:34 -0000 1.2 @@ -17,6 +17,7 @@ Controller * Receives context and selects the matching mapping * Adds reference to mapping instance to context +* Sets mapping's default Location to context * Removes any expired messages from context * Invokes processor for mapping @@ -35,10 +36,15 @@ * Validate * Invalid * MappingHandler - * Command | Script | Forward | Include + * Command | Script + * Invoke buiness logic + * Affect context state + * Identify resource to render response + * Location + * Identify resource to render response ExceptionHandler -* Intercept any Exception thrown by Processor and dispatch to designated error page. +* Intercept any Exception thrown by Processor and set Location to designated error page. Tags/Tools * Reference Command Context (stored in request) to access framework members
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]