ZenMagick 0.9.8


org.zenmagick.store.mvc.controller.ZMPasswordForgottenController
\store\mvc\controller\ZMPasswordForgottenController.php at line 34

Class ZMPasswordForgottenController

ZMObject
└─ZMController
└─ZMPasswordForgottenController

public class ZMPasswordForgottenController
extends ZMController

Request controller for forgotten passwords.

Author:
DerManoMann
Version:
$Id: ZMPasswordForgottenController.php 2730 2009-12-14 20:50:44Z dermanomann $

Constructor Summary

ZMPasswordForgottenController()

Create new instance.

Method Summary
void

preProcess(ZMRequest request)

{@inheritDoc}

ZMView

processPost(ZMRequest request)

{@inheritDoc}

Methods inherited from org.zenmagick.mvc.controller.ZMController
findView, getFormData, getId, getView, isFormSubmit, preProcess, process, processGet, processPost, setContentType, setId, setView, validate, validateFormData, validateSession
Methods inherited from org.zenmagick.core.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

\store\mvc\controller\ZMPasswordForgottenController.php at line 39

ZMPasswordForgottenController

public ZMPasswordForgottenController()

Create new instance.


Method Detail

\store\mvc\controller\ZMPasswordForgottenController.php at line 54

preProcess

public void preProcess(ZMRequest request)

Parameters:
request - The request to process.

\store\mvc\controller\ZMPasswordForgottenController.php at line 61

processPost

public ZMView processPost(ZMRequest request)

Parameters:
request - The request to process.
Returns:
A ZMView that handles presentation or null if the controller generates the contents itself.

ZenMagick 0.9.8