ZMObject
└─ZMToolboxTool
└─ZMToolboxAdmin
public class ZMToolboxAdmin
extends ZMToolboxTool
| Fields inherited from org.zenmagick.toolbox.ZMToolboxTool | |
|---|---|
| request_, toolbox_ | |
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| ZMView | getViewForFkt(ZMRequest request, string function, boolean forceGet) Get a view for the given function value. |
| string | url(string requestId, string params, boolean secure, boolean echo) Create a plugin admin page URL. |
| Methods inherited from org.zenmagick.toolbox.ZMToolboxTool | |
|---|---|
| getRequest, getToolbox, setRequest, setToolbox | |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMView getViewForFkt(ZMRequest request, string function, boolean forceGet)
Get a view for the given function value.
false.null.public string url(string requestId, string params, boolean secure, boolean echo)
Create a plugin admin page URL.
''.true.true, the URI will be echo'ed as well as returned.
Admin related functions.