ZMObject
|
+--ZMController
|
+--ZMProductReviewsWriteController
public class ZMProductReviewsWriteController
extends ZMController
| Constructor Summary | |
|---|---|
ZMProductReviewsWriteController() Create new instance. |
|
| Method Summary | |
|---|---|
| protected ZMProduct | Get the product. |
| protected void | handleCrumbtrail(ZMProduct product) Handle crumbtrail. |
| void | {@inheritDoc} / |
| ZMView | Process a HTTP GET request. |
| ZMView | Process a HTTP POST 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 ZMProductReviewsWriteController()
Create new instance. /
protected ZMProduct getProduct()
Get the product.
null.protected void handleCrumbtrail(ZMProduct product)
Handle crumbtrail.
public void handleRequest()
/
public ZMView processGet()
Process a HTTP GET request.
ZMView that handles presentation or null
* if the controller generates the contents itself.public ZMView processPost()
Process a HTTP POST request.
ZMView that handles presentation or null
* if the controller generates the contents itself.
Request controller for write review page.