net.sf.colle.web
Class UnauthenticatedController

java.lang.Object
  extended bynet.sf.colle.web.Controller
      extended bynet.sf.colle.web.UnauthenticatedController
Direct Known Subclasses:
TestController, TestFormController

public abstract class UnauthenticatedController
extends Controller

Special controller that does not need an authenticated operator to be viewed. Controllers derived from UnauthenticatedController can serve content to anonymous users. Created: 12 Jun 2003

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

Constructor Summary
UnauthenticatedController()
           
 
Methods inherited from class net.sf.colle.web.Controller
defaultAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnauthenticatedController

public UnauthenticatedController()