ZenMagick 0.9.6


org.zenmagick.rp.uip.controller.ZMContactUsController

Class ZMContactUsController

ZMObject
|
+--ZMController
|
+--ZMContactUsController

public class ZMContactUsController
extends ZMController

Controller for contact us age.

Author:
DerManoMann
Version:
$Id: ZMContactUsController.php 2069 2009-03-16 23:06:31Z dermanomann $

Constructor Summary

ZMContactUsController()

Create new instance.

Method Summary
void

handleRequest()

{@inheritDoc} /

ZMView

processGet()

Process a HTTP GET 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

ZMContactUsController

public ZMContactUsController()

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.

ZenMagick 0.9.6