-
Notifications
You must be signed in to change notification settings - Fork 1
chrisgerken edited this page Sep 14, 2015
·
1 revision
contains the core set of Gramar tags and functions
The org.gramar.base.x extension provides the following production markup tags
- addElement - adds a new child node with a given name to a given node in the model.
- addTextElement - adds a new child text node with a given name to a given node in the model. The content of the addTextElement tag becomes the text content of the new text node.
- choose -
- copyFile -
- dump -
- file -
- folder -
- flow -
- flowContent -
- formatNow -
- get -
- if -
- include -
- initialCode -
- iterate -
- loadContent -
- milliseconds -
- otherwise -
- project -
- RemoveElemet -
- set -
- setVariable -
- stringTokens -
- userRegion -
- when -
- camelCase -
- cardinality -
- className -
- isVariableDefined -
- lowercaseFirst -
- lower-case -
- packageName -
- singleToken -
- sort -
- unique -
- uppercaseFirst -
- upper-case -
Place a taglib
element within <taglibs>
element in the gramar.config file in the root of your gramar:
<taglibs>
<taglib prefix="c" extension="org.gramar.base" />
</taglibs>
Return to org.gramar.base.x
fred