net.sf.colle.web.test
Class TestController
java.lang.Object
net.sf.colle.web.Controller
net.sf.colle.web.UnauthenticatedController
net.sf.colle.web.test.TestController
- public class TestController
- extends UnauthenticatedController
Test controller for testing net.sf.colle.web.
Created: 11 Jun 2003
- Version:
- $Revision: 1.2 $, $Date: 2004/11/11 06:43:31 $
- Author:
- Dwayne Schultz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestController
public TestController()
defaultAction
public void defaultAction(Context pxContext)
throws ServletException,
IOException
- Standard XSL-less reply.
- Overrides:
defaultAction
in class Controller
- Throws:
ServletException
IOException
simpleXMLDump
public static void simpleXMLDump(Context pxContext)
throws IOException
- Dumps XML to the client. TestController.xsl doesn't exist so no
transformation is performed.
- Throws:
IOException
simpleTransform
public static void simpleTransform(Context pxContext)
throws IOException
- Throws:
IOException
login
public static void login(Context pxContext)
throws IOException
- Throws:
IOException
setLocale
public static void setLocale(Context pxContext)
throws IOException
- Throws:
IOException