ZMObject
└─ZMController
└─ZMGvSendConfirmController
public class ZMGvSendConfirmController
extends ZMController
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| void | preProcess(ZMRequest request) {@inheritDoc} |
| ZMView | processGet(ZMRequest request) {@inheritDoc} |
| ZMView | processPost(ZMRequest request) Process a HTTP POST request. |
| protected ZMView | validateFormData(ZMRequest request, mixed formBean, mixed formData) {@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 | |
public ZMGvSendConfirmController()
Create new instance.
public void preProcess(ZMRequest request)
public ZMView processGet(ZMRequest request)
ZMView that handles presentation or null if the controller generates the contents itself.public ZMView processPost(ZMRequest request)
Process a HTTP POST request.
ZMView that handles presentation or null if the controller generates the contents itself.protected ZMView validateFormData(ZMRequest request, mixed formBean, mixed formData)
null for success.
Request controller for gv confirmation page.