ZenMagick 0.9.6


org.zenmagick.rp.uip.controller.ZMPasswordForgottenController

Class ZMPasswordForgottenController

ZMObject
|
+--ZMController
|
+--ZMPasswordForgottenController

public class ZMPasswordForgottenController
extends ZMController

Request controller for forgotten passwords.

Author:
DerManoMann
Version:
$Id: ZMPasswordForgottenController.php 2100 2009-03-23 04:24:25Z dermanomann $

Constructor Summary

ZMPasswordForgottenController()

Create new instance.

Method Summary
ZMView

process()

Process a HTTP request.

ZMView

processPost()

Process a HTTP POST request.

Methods inherited from org.zenmagick.rp.ZMController
exportGlobal, findView, getFormBean, getGlobal, getGlobals, getId, getView, handleRequest, isFormSubmit, process, processGet, processPost, setContentType, setId, setView, validate, validateFormBean
Methods inherited from org.zenmagick.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

ZMPasswordForgottenController

public ZMPasswordForgottenController()

Create new instance. /


Method Detail

process

public ZMView process()

Process a HTTP request.

Supported request methods are GET and POST.

Returns:
A ZMView instance or null.

processPost

public ZMView processPost()

Process a HTTP POST request.

Returns:
A ZMView that handles presentation or null * if the controller generates the contents itself.

ZenMagick 0.9.6