org.ow2.opensuit.core.session
Interface IPageContextListener


public interface IPageContextListener

Interface that allows getting notified when a page context quits.


Method Summary
 void onQuit(javax.servlet.http.HttpServletRequest request, PageContext pageContext)
          This method is callbacked as soon as the registered page context is quitting.
 

Method Detail

onQuit

void onQuit(javax.servlet.http.HttpServletRequest request,
            PageContext pageContext)
This method is callbacked as soon as the registered page context is quitting.

Parameters:
request -
pageContext -


Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.