org.locomotive.module.base
Class RegistrationHandler

java.lang.Object
  |
  +--org.locomotive.loco.handler.GenericHandler
        |
        +--org.locomotive.module.base.RegistrationHandler

public class RegistrationHandler
extends GenericHandler

A sample Registration form handler. Allows new users to sign up on the User Management System managed by the Locomotive. To use this as a separate module add it to your hrt.conf file. An example would be:

      reg           org.locomotive.module.base.RegistrationHandler
 


Fields inherited from class org.locomotive.loco.handler.GenericHandler
already_displayed_page, conn, DEBUG, ERROR, form_data, handler_uri, hd, NORMAL, session, steam_vars, url_tokens, user, WARNING
 
Constructor Summary
RegistrationHandler()
           
 
Method Summary
 void handleRequest(HandlerData hd_in)
          called by BaseHandler.handleRequest () if routed here by url_tokens
 
Methods inherited from class org.locomotive.loco.handler.GenericHandler
displayPage, displayString, handleException, init, log, logEvent, sayBadURL, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationHandler

public RegistrationHandler()
Method Detail

handleRequest

public void handleRequest(HandlerData hd_in)
called by BaseHandler.handleRequest () if routed here by url_tokens
Overrides:
handleRequest in class GenericHandler