# File src/Component.rb, line 127
                def handleRequestOrResponse(method, context)
                        Iowa.app.reloadModified(self.class.to_s,true)
                        
                        context.pushRoot self
                        @template.__send__(method, context)
                        context.popRoot
                end