ZMObject
└─ZMController
└─ZMAjaxController
└─ZMAjaxCheckoutController
public class ZMAjaxCheckoutController
extends ZMAjaxController
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| void | getShippingMethodsJSON(ZMRequest request) Get all available shipping methods. |
| Methods inherited from org.zenmagick.mvc.controller.ZMAjaxController | |
|---|---|
| flattenObject, process, processGet, setJSONHeader, toJSON | |
| 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 | |
public ZMAjaxCheckoutController()
Create new instance.
public void getShippingMethodsJSON(ZMRequest request)
Get all available shipping methods.
Request parameter (either or):
Ajax controller for JSON checkout.