ZMObject
|
+--ZMController
|
+--ZMCheckoutGuestController
public class ZMCheckoutGuestController
extends ZMController
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| ZMView | process() Process a HTTP request. |
| ZMView | Process a HTTP POST request. |
| 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 ZMCheckoutGuestController()
Create new instance. /
public ZMView process()
Process a HTTP request.
Supported request methods are GET and POST.
ZMView instance or null.public ZMView processPost()
Process a HTTP POST request.
ZMView that handles presentation or null
* if the controller generates the contents itself.
Request controller for guest checkout.