ZenMagick 0.9.6


org.zenmagick.rp.uip.controller.ZMUnsubscribeController

Class ZMUnsubscribeController

ZMObject
|
+--ZMController
|
+--ZMUnsubscribeController

public class ZMUnsubscribeController
extends ZMController

Request controller for unsubscribe page.

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

Constructor Summary

ZMUnsubscribeController()

Create new instance.

Method Summary
ZMView

processGet()

{@inheritDoc} /

ZMView

processPost()

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

ZMUnsubscribeController

public ZMUnsubscribeController()

Create new instance. /


Method Detail

processGet

public ZMView processGet()

/

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

processPost

public ZMView processPost()

/

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

ZenMagick 0.9.6