ZenMagick 0.9.6


org.zenmagick.rp.uip.controller.ZMAccountController

Class ZMAccountController

ZMObject
|
+--ZMController
|
+--ZMAccountController

public class ZMAccountController
extends ZMController

Request controller for account page.

Author:
DerManoMann
Version:
$Id: ZMAccountController.php 1971 2009-02-16 01:47:46Z dermanomann $

Constructor Summary

ZMAccountController()

Create new instance.

Method Summary
ZMView

processGet()

{@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

ZMAccountController

public ZMAccountController()

Create new instance. /


Method Detail

processGet

public ZMView processGet()

/

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

ZenMagick 0.9.6