org.wcb.plugins.beans
Class MonitorController

java.lang.Object
  extended byorg.wcb.plugins.beans.MonitorController

public class MonitorController
extends java.lang.Object

This software is written by

Author:
wbogaardt Date: Jan 28, 2004 Time: 9:07:48 PM

Field Summary
static java.lang.String ACTION
           
 
Constructor Summary
MonitorController()
           
 
Method Summary
 void processRequest(javax.servlet.http.HttpServletRequest request)
          Process request information when users do form submits based on this we will save the keys, save the file, read in a new directory's build.properties file or run the ANT build script.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static java.lang.String ACTION
Constructor Detail

MonitorController

public MonitorController()
Method Detail

processRequest

public void processRequest(javax.servlet.http.HttpServletRequest request)
Process request information when users do form submits based on this we will save the keys, save the file, read in a new directory's build.properties file or run the ANT build script.

Parameters:
request - servlet form post request.


Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.