Package muntjac :: Package terminal :: Package gwt :: Package server :: Module http_servlet_request_listener :: Class IHttpServletRequestListener
[hide private]
[frames] | no frames]

Class IHttpServletRequestListener

source code

object --+
         |
        IHttpServletRequestListener

Application that implements this interface gets notified of request start and end by terminal.

Interface can be used for several helper tasks including:

Alternatives for implementing similar features are are Servlet Filters and TransactionListeners in Muntjac.

Instance Methods [hide private]
 
onRequestStart(self, request, response)
This method is called before Terminal applies the request to Application.
source code
 
onRequestEnd(self, request, response)
This method is called at the end of each request.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__