ZMObject
└─ZMView
└─ZMForwardView
public class ZMForwardView
extends ZMView
| Constructor Summary | |
|---|---|
Create a new forward view. |
|
| Method Summary | |
|---|---|
| string | fetch(mixed request, string template, request The) {@inheritDoc} |
| string | {@inheritDoc} |
| boolean | isValid() {@inheritDoc} |
| Methods inherited from org.zenmagick.mvc.view.ZMView | |
|---|---|
| fetch, generate, getContentType, getEncoding, getTemplate, getVars, getViewId, isValid, setTemplate, setVar, setVars, setViewId | |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMForwardView()
Create a new forward view.
public string fetch(mixed request, string template, request The)
public string generate(ZMRequest request)
public boolean isValid()
true if the view is valid.
Forward view.
This will forward the request to the given controller without a redirect.