edu.wisc.trace.uch.action
Class UchConfigAction

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

public class UchConfigAction
extends Object

Provide method to perform Different UCH Operation like GetCompatibelUIs, get username, update user, clear cache and config.

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

Constructor Summary
UchConfigAction()
          Default Constructor.
 
Method Summary
 void execute(HttpServletRequest request, HttpServletResponse response, ServletContext servletContext, String method)
          Perform Different UCH Operation like GetCompatibelUIs, get username, update user, clear cache and config.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UchConfigAction

public UchConfigAction()
Default Constructor.

Method Detail

execute

public void execute(HttpServletRequest request,
                    HttpServletResponse response,
                    ServletContext servletContext,
                    String method)
Perform Different UCH Operation like GetCompatibelUIs, get username, update user, clear cache and config.

Parameters:
request - an Object of HttpServletRequest
response - an Object of HttpServletResponse
servletContext - an Object of ServletContext
method - a String value of method


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