ZMObject
|
+--ZMController
|
+--ZMCheckoutSuccessController
public class ZMCheckoutSuccessController
extends ZMController
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| void | onZMViewDone(mixed args) Event handler to logout guest users only *after* the view is done. |
| ZMView | Process a HTTP GET 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 ZMCheckoutSuccessController()
Create new instance. /
public void onZMViewDone(mixed args)
Event handler to logout guest users only *after* the view is done. /
public ZMView processGet()
Process a HTTP GET request.
ZMView that handles presentation or null
* if the controller generates the contents itself.
Request controller for checkout success page.