|
From: Tim P <ti...@us...> - 2008-01-28 16:00:07
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/servlet In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25516/src/org/webmacro/servlet Modified Files: WMServlet.java Log Message: Javadoc Index: WMServlet.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/servlet/WMServlet.java,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** WMServlet.java 17 Mar 2006 18:48:20 -0000 1.62 --- WMServlet.java 28 Jan 2008 16:00:01 -0000 1.63 *************** *** 637,643 **** * should analyze the data in the request, put whatever values are * required into the context, and return the appropriate view. - * @return the template to be rendered by the WebMacro engine - * @exception HandlerException throw this to produce vanilla error messages * @param context contains all relevant data structures, incl builtins. */ public abstract Template handle (WebContext context) --- 637,643 ---- * should analyze the data in the request, put whatever values are * required into the context, and return the appropriate view. * @param context contains all relevant data structures, incl builtins. + * @return the template to be rendered by the WebMacro engine + * @throws HandlerException throw this to produce vanilla error messages */ public abstract Template handle (WebContext context) |