org.locomotive.module.userpref
Class UserMgtHandler

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

public class UserMgtHandler
extends GenericHandler

A simple User Management System which allows the admin user to view and modify users, user preferences, and permissions.


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
UserMgtHandler()
           
 
Method Summary
 void handleRequest(HandlerData hd_in)
          entry point from UserPrefHandler.java - main logic of handler This handler accepts the following URLS:
 
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

UserMgtHandler

public UserMgtHandler()
Method Detail

handleRequest

public void handleRequest(HandlerData hd_in)
entry point from UserPrefHandler.java - main logic of handler This handler accepts the following URLS:
 userpref?manage          displays page,if user has ums admin priveleges
 userpref?manage+help     same as above (with help instructions)
 userpref?manage+userinfo+%id loads info on user with the id value  
 
Overrides:
handleRequest in class GenericHandler