ZMObject
└─ZMController
└─ZMCatalogController
public class ZMCatalogController
extends ZMController
| Method Summary | |
|---|---|
| void | __construct(string requestId) Create new instance. |
| protected array | getCatalogContentControllers(ZMRequest request) Create list of all active catalog content controllers. |
| ZMView | {@inheritDoc} |
| Methods inherited from org.zenmagick.mvc.controller\ZMController | |
|---|---|
| __construct, findView, getFormData, getId, getView, getViewData, isAjax, isFormSubmit, preProcess, process, processGet, processPost, setContentType, setId, setView, validate, validateFormData, validateSession | |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(string requestId)
Create new instance.
null to use the request id.protected array getCatalogContentControllers(ZMRequest request)
Create list of all active catalog content controllers.
public ZMView process(ZMRequest request)
Process a HTTP request.
Supported request methods are GET and POST.
This method should not be overridded!.
ZMView instance or null.
Admin controller for catalog page(s).
This controller acts as proxy for the actual controller. The actual controller is defined by the catalogRequestId parameter.