| toc |
| <mm:cloudinfo>
The nodeinfo tag can be used inside a CloudProvider tag, to get certain information about the
cloud.
(since: MMBase-1.8)
|
| see also | hasrank |
| attributes |
-
type
| name | The name of the cloud (Usually just `mmbase') |
| user | The identifier of the user of this cloud. You can show who is logged in by this. |
| rank | The rank of the user of this cloud, as a String |
| rankint | The rank of the user of this cloud, as an Integer |
| mmbaseversion | The version of the current instance of MMBase to which this cloud refers. |
|
| writer attributes |
|
| cloudreferrer attributes |
|
| contextwriter attributes |
|
| contextreferrer attributes |
|
|
example 1 |
You are <mm:cloudinfo type="user" /> (<mm:cloudinfo type="rank" />)
<mm:hasrank value="administrator">
You are administrator !!
</mm:hasrank>
<mm:hasrank minvalue="administrator" inverse="true">
You are not administrator!
</mm:hasrank>
Cloud: <mm:cloudinfo type="name" />
|