edu.wisc.trace.uch.action
Class CloseUserContextAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseUserContextAction
public CloseUserContextAction()
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 HttpServletRequestresponse - an Object of HttpServletResponseuch - 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.