|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.loco.handler.GenericHandler | +--org.locomotive.module.base.RegistrationHandler
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 |
public RegistrationHandler()
Method Detail |
public void handleRequest(HandlerData hd_in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |