|
From: <jue...@we...> - 2004-07-18 12:20:46
|
Those are implementations of the = javax.servlet.jsp.tagext.TryCatchFinally interface, to be called by the = JSP container. The only reason why we implement them is to reset the = requestContext member variable in doFinally. (This was requested by a = user for proper cleanup in any case.) =20 Juergen =20 ________________________________ Von: spr...@li... im Auftrag = von Seth Ladd Gesendet: So 18.07.2004 05:18 An: spr...@li... Betreff: [Springframework-developer] Unused Methods in = RequestContextAwareTag? Hello, There are two methods: doFinally() and doCatch() in RequestContextAwareTag, that don't seem to be called by anything. At least, Eclipse doesn't show anyone as the caller (except subclasses that override those methods). I'm guessing that they should be called by RequestContextAwareTag inside doStartTag, inside the catches or the finally block (which needs to be added). Does anyone know what those methods do? Should they still exist? Thanks! Seth ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=3D4721&alloc_id=3D10040&op=3Dclick _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |