ZenMagick 0.9.6


org.zenmagick.rp.uip.controller.ZMGvSendConfirmController

Class ZMGvSendConfirmController

ZMObject
|
+--ZMController
|
+--ZMGvSendConfirmController

public class ZMGvSendConfirmController
extends ZMController

Request controller for gv confirmation page.

Author:
DerManoMann
Version:
$Id: ZMGvSendConfirmController.php 2075 2009-03-17 04:37:34Z dermanomann $

Constructor Summary

ZMGvSendConfirmController()

Create new instance.

Method Summary
void

handleRequest()

{@inheritDoc} /

ZMView

processGet()

Process a HTTP GET request.

ZMView

processPost()

Process a HTTP POST request.

protected ZMView

validateFormBean(mixed formBean)

{@inheritDoc} /

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

ZMGvSendConfirmController

public ZMGvSendConfirmController()

Create new instance. /


Method Detail

handleRequest

public void handleRequest()

/


processGet

public ZMView processGet()

Process a HTTP GET request.

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

processPost

public ZMView processPost()

Process a HTTP POST request.

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

validateFormBean

protected ZMView validateFormBean(mixed formBean)

/

Parameters:
formBean - An object.
Returns:
Either the error view (in case of validation errors), or null for success.

ZenMagick 0.9.6