ZenMagick 0.9.6


org.zenmagick.rp.uip.controller.ZMCheckoutShippingController

Class ZMCheckoutShippingController

ZMObject
|
+--ZMController
|
+--ZMCheckoutShippingController

public class ZMCheckoutShippingController
extends ZMController

Request controller for checkout shipping page.

Author:
DerManoMann
Version:
$Id: ZMCheckoutShippingController.php 2225 2009-05-16 08:27:57Z dermanomann $

Constructor Summary

ZMCheckoutShippingController()

Create new instance.

Method Summary
void

handleRequest()

{@inheritDoc} /

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

ZMCheckoutShippingController

public ZMCheckoutShippingController()

Create new instance. /


Method Detail

handleRequest

public void handleRequest()

/


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