org.locomotive.module.userpref
Class UserPrefHandler

java.lang.Object
  |
  +--org.locomotive.loco.handler.GenericHandler
        |
        +--org.locomotive.module.userpref.UserPrefHandler

public class UserPrefHandler
extends GenericHandler

This class must be entered in the handler routing table in order to access the UserPref sample module. This can be done by placing the following line in your hrt.conf file:

     usrpref                    org.locomotive.module.userpref.UserPrefHandler
 

See Also:
PersonalPrefHandler

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
UserPrefHandler()
           
 
Method Summary
 void handleRequest(HandlerData hd_in)
          This will route a request to the UserPrefHandler or UserMgtHandler class.
 
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

UserPrefHandler

public UserPrefHandler()
Method Detail

handleRequest

public void handleRequest(HandlerData hd_in)
This will route a request to the UserPrefHandler or UserMgtHandler class.
Overrides:
handleRequest in class GenericHandler
See Also:
org.locomotive.module.userpref.UserPrefHandler#processHandler