<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>resource.render_METHOD</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; Hmm. I suppose render() could grope through methods on self to find all</FONT>
<BR><FONT SIZE=2>&gt; 'render_FOO' methods when an exception occurs.. OTOH, we could just get</FONT>
<BR><FONT SIZE=2>&gt; rid of the allowed methods reporting. What's the use?</FONT>
</P>

<P><FONT SIZE=2>Perhaps the Resource.render() method could check for self.allowedMethods</FONT>
<BR><FONT SIZE=2>instead of server.UnsupportedMethod.allowedMethods, then I could set it</FONT>
<BR><FONT SIZE=2>as a class attribute in each derived class?</FONT>
</P>

</BODY>
</HTML>