ZMObject
|
+--ZMController
|
+--ZMCheckoutAddressController
public class ZMCheckoutAddressController
extends ZMController
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| void | {@inheritDoc} / |
| ZMView | process() {@inheritDoc} / |
| ZMView | {@inheritDoc} / |
| void | setMode(string mode) Set mode. |
| protected ZMView | validateFormBean(mixed formBean) {@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 | |
public ZMCheckoutAddressController()
Create new instance. /
public void handleRequest()
/
public ZMView process()
/
ZMView instance or null.public ZMView processPost()
/
ZMView that handles presentation or null
* if the controller generates the contents itself.public void setMode(string mode)
Set mode.
protected ZMView validateFormBean(mixed formBean)
/
null for success.
Request controller for checkout address change (shipping/billing).