edu.wisc.trace.uch.action
Class CloseUserContextAction

java.lang.Object
  extended by edu.wisc.trace.uch.action.CloseUserContextAction

public class CloseUserContextAction
extends Object

Provide method to close user context.

Version:
$Revision: 1.1 $
Author:
Parikshit Thakur & Team, Trace R&D Center

Constructor Summary
CloseUserContextAction()
           
 
Method Summary
 void execute(HttpServletRequest request, HttpServletResponse response, UCH uch)
          Close User Context using the HttpSession of HttpServletRequest object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseUserContextAction

public CloseUserContextAction()
Method Detail

execute

public void execute(HttpServletRequest request,
                    HttpServletResponse response,
                    UCH uch)
             throws ServletException,
                    IOException
Close User Context using the HttpSession of HttpServletRequest object.

Parameters:
request - an Object of HttpServletRequest
response - an Object of HttpServletResponse
uch - an Object of UCH
Throws:
ServletException - an Object of ServletException
IOException - an Object of IOException


Copyright © 2006-2008 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.