net.sf.colle.web.test
Class AuthedController

java.lang.Object
  extended bynet.sf.colle.web.Controller
      extended bynet.sf.colle.web.test.AuthedController

public class AuthedController
extends Controller

Test controller for testing net.sf.colle.web. Created: 11 Jun 2003

Version:
$Revision: 1.1 $, $Date: 2003/06/26 18:40:18 $
Author:
Dwayne Schultz

Constructor Summary
AuthedController()
           
 
Method Summary
 void defaultAction(Context pxContext)
          Standard reply.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthedController

public AuthedController()
Method Detail

defaultAction

public void defaultAction(Context pxContext)
                   throws ServletException,
                          IOException
Standard reply.

Overrides:
defaultAction in class Controller
Throws:
ServletException
IOException