Intent xml doc
From bemoko developer wiki
| element | attribute | values | description |
|---|---|---|---|
| intent | name | [a-z]+ | Name of the intent as referenced to in the URI context, e.g. http://myhost/site/intent |
| type | template (default), application or renderer. | The type of the template. Template indicates that the view is text file with template instructions in, e.g. Freemarker. Application indicates that the view is an application, e.g. a PHP page. Renderer indicates that the intent is delivered by a render plugin which gives you full control from within a plugin to deliver response content. | |
| view | file name | The name of file to use to render the intent whether it be a template or an application, e.g. index.html | |
| more |
