ZenMagick 0.9.8


org.zenmagick.store.mvc.controller.ZMCheckoutShippingController
\store\mvc\controller\ZMCheckoutShippingController.php at line 34

Class ZMCheckoutShippingController

ZMObject
└─ZMController
└─ZMCheckoutShippingController

public class ZMCheckoutShippingController
extends ZMController

Request controller for checkout shipping page.

Author:
DerManoMann
Version:
$Id: ZMCheckoutShippingController.php 2731 2009-12-14 21:58:08Z dermanomann $

Constructor Summary

ZMCheckoutShippingController()

Create new instance.

Method Summary
void

preProcess(ZMRequest request)

{@inheritDoc}

ZMView

processGet(ZMRequest request)

{@inheritDoc}

ZMView

processPost(ZMRequest request)

{@inheritDoc}

Methods inherited from org.zenmagick.mvc.controller.ZMController
findView, getFormData, getId, getView, isFormSubmit, preProcess, process, processGet, processPost, setContentType, setId, setView, validate, validateFormData, validateSession
Methods inherited from org.zenmagick.core.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

\store\mvc\controller\ZMCheckoutShippingController.php at line 41

ZMCheckoutShippingController

public ZMCheckoutShippingController()

Create new instance.


Method Detail

\store\mvc\controller\ZMCheckoutShippingController.php at line 56

preProcess

public void preProcess(ZMRequest request)

Parameters:
request - The request to process.

\store\mvc\controller\ZMCheckoutShippingController.php at line 75

processGet

public ZMView processGet(ZMRequest request)

Parameters:
request - The request to process.
Returns:
A ZMView that handles presentation or null if the controller generates the contents itself.

\store\mvc\controller\ZMCheckoutShippingController.php at line 88

processPost

public ZMView processPost(ZMRequest request)

Parameters:
request - The request to process.
Returns:
A ZMView that handles presentation or null if the controller generates the contents itself.

ZenMagick 0.9.8