ZMObject
└─ZMController
└─ZMTellAFriendController
public class ZMTellAFriendController
extends ZMController
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| protected void | handleCrumbtrail(ZMProduct product, ZMRequest request) Handle crumbtrail. |
| void | preProcess(ZMRequest request) {@inheritDoc} |
| ZMView | processGet(ZMRequest request) {@inheritDoc} |
| ZMView | processPost(ZMRequest request) {@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 ZMTellAFriendController()
Create new instance.
protected void handleCrumbtrail(ZMProduct product, ZMRequest request)
Handle crumbtrail.
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)
ZMView that handles presentation or null if the controller generates the contents itself.
Request controller for tell a friend form.