ZenMagick 0.9.6


org.zenmagick.rp.uip.controller.ZMProductReviewsInfoController

Class ZMProductReviewsInfoController

ZMObject
|
+--ZMController
|
+--ZMProductReviewsInfoController

public class ZMProductReviewsInfoController
extends ZMController

Request controller for product review pages.

Author:
DerManoMann
Version:
$Id: ZMProductReviewsInfoController.php 1966 2009-02-14 10:52:50Z dermanomann $

Constructor Summary

ZMProductReviewsInfoController()

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

ZMProductReviewsInfoController

public ZMProductReviewsInfoController()

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