ZenMagick 0.9.0


org.zenmagick.rp.uip.views.ZMPluginView

Class ZMPluginView

ZMObject
|
+--ZMView
|
+--ZMPageView
|
+--ZMPluginView

public class ZMPluginView
extends ZMPageView

Simple plugin view.

The content is either a full page or a layout using the page specified in the request.

Author:
mano
Version:
$Id: ZMPluginView.php 426 2007-10-25 23:01:11Z DerManoMann $

Constructor Summary

ZMPluginView(string page, string plugin)

Create new theme view view.

Method Summary
string

getViewFilename()

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

Constructor Detail

ZMPluginView

public ZMPluginView(string page, string plugin)

Create new theme view view.

Parameters:
page - The page (view) name.
plugin - The plugin.

Method Detail

getViewFilename

public string getViewFilename()

Returns the full view filename to be included by a template.

Returns:
The full view filename.

isValid

public boolean isValid()

Check if this view is valid.

Returns:
true if the view is valid, false if not.

ZenMagick 0.9.0