ZenMagick 0.9.6


org.zenmagick.rp.uip.controller.ZMGvSendController

Class ZMGvSendController

ZMObject
|
+--ZMController
|
+--ZMGvSendController

public class ZMGvSendController
extends ZMController

Request controller for gv send page.

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

Constructor Summary

ZMGvSendController()

Create new instance.

Method Summary
void

handleRequest()

{@inheritDoc} /

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

ZMGvSendController

public ZMGvSendController()

Create new instance. /


Method Detail

handleRequest

public void handleRequest()

/


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