ZenMagick 0.9.6


org.zenmagick.rp.uip.controller.ZMGvFaqController

Class ZMGvFaqController

ZMObject
|
+--ZMController
|
+--ZMGvFaqController

public class ZMGvFaqController
extends ZMController

Request controller for gv faq.

Author:
DerManoMann
Version:
$Id: ZMGvFaqController.php 2074 2009-03-17 04:05:29Z dermanomann $

Constructor Summary

ZMGvFaqController()

Create new instance.

Method Summary
ZMView

processGet()

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

ZMGvFaqController

public ZMGvFaqController()

Create new instance. /


Method Detail

processGet

public ZMView processGet()

Process a HTTP GET request.

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

ZenMagick 0.9.6