|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
This tag only writes its body to the output if the current user has a permission to read, given attributes of the wiki, and either the directory part of the page path, or the page path e.g.
This tag only writes its body to the output if the current user has a permission to read and write, given attributes of the wiki, and either the directory part of the page path, or the page path e.g.
Determines whether or not a user has permission to do something.
A CowPermission represents the ability of a CoW user to perform actions on wiki pages.
Given a created YamFile, returns a Set of the canonical paths of those YamFiles that need regenerating, because they depend on the created YamFile.
Given a deleted YamFile, returns a Set of the canonical paths of those YamFiles that need regenerating, because they depend on the deleted YamFile.
This tag only writes its body to the output if the current user has a permission, given attributes of actions (a comma, space or semicolon separated list), the wiki, and either the directory part of the page path, or the page path e.g.
true
if this permission (the configured one) implies
the parameter permission (the required one), otherwise
false
. forceAuthentication
from our
AuthenticationData.
Given a modified YamFile, returns a Set of the canonical paths of those YamFiles that need regenerating, because they depend on the modified YamFile.
Outputs the string form of the current user's identity.
Regenerate all Dependencies for a wiki.
Remove all information about includes from a given YamFile path.
Remove all information about links from a given YamFile path.
Given the old name and new name of a renamed YamFile, returns a Set of the canonical paths of those YamFiles that need regenerating, because they depend on the renamed YamFile.
Rename all keys and values in the includes record of this Dependencies, from an old File name to a new File name.
Rename all keys and values in the link record of this Dependencies, from an old File name to a new File name.
Do an SVN update on a wiki sandbox.
Groovy Documentation