ZMObject
|
+--ZMView
|
+--ZMPageView
|
+--ZMPluginView
public class ZMPluginView
extends ZMPageView
| Constructor Summary | |
|---|---|
ZMPluginView(string page, string plugin) Create new theme view view. |
|
| Method Summary | |
|---|---|
| string | Returns the full view filename to be included by a template. |
| boolean | isValid() Check if this view is valid. |
| Methods inherited from org.zenmagick.rp.uip.ZMPageView | |
|---|---|
| generate, getLayout | |
| Methods inherited from org.zenmagick.rp.ZMView | |
|---|---|
| callView, generate, getController, getMappingId, getName, getViewFilename, isValid, isViewFunction, setController, setMappingId, setName | |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| create | |
public ZMPluginView(string page, string plugin)
Create new theme view view.
public string getViewFilename()
Returns the full view filename to be included by a template.
public boolean isValid()
Check if this view is valid.
true if the view is valid, false if not.
Simple plugin view.
The content is either a full page or a layout using the page specified in the request.