ZMObject
|
+--ZMController
|
+--ZMAddressBookDeleteController
public class ZMAddressBookDeleteController
extends ZMController
| Constructor Summary | |
|---|---|
ZMAddressBookDeleteController() Create new instance. |
|
| Method Summary | |
|---|---|
| void | {@inheritDoc} / |
| ZMView | {@inheritDoc} / |
| ZMView | {@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 ZMAddressBookDeleteController()
Create new instance. /
public void handleRequest()
/
public ZMView processGet()
/
ZMView that handles presentation or null
* if the controller generates the contents itself.public ZMView processPost()
/
ZMView that handles presentation or null
* if the controller generates the contents itself.
Request controller to delete addressbook entry (address).