ZMObject
└─ZMController
└─ZMProductReviewsWriteController
public class ZMProductReviewsWriteController
extends ZMController
| Constructor Summary | |
|---|---|
ZMProductReviewsWriteController() Create new instance. |
|
| Method Summary | |
|---|---|
| protected ZMProduct | getProduct(ZMRequest request) Get the product. |
| 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 ZMProductReviewsWriteController()
Create new instance.
protected ZMProduct getProduct(ZMRequest request)
Get the product.
null.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 write review page.