net.sf.colle.web
Class UnauthenticatedController
java.lang.Object
net.sf.colle.web.Controller
net.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnauthenticatedController
public UnauthenticatedController()