Individual Documentation Coverage
Manage templates
Version: missing
Location: nuxeo-webengine/nuxeo-webengine-core/src/main/resources/OSGI-INF/webengine-framework.xml
Expose the registration of freemarker templates (directives, methods or global shared variables)
This way custom templates can be registered into the freemarker engine from outside
<rendering-extension class="org.nuxeo.ecm.platform.my.MyExtension" name="myExtension" />
Register global guards. Guards are used to define permissions
<guard expression="(GUARD1 OR GUARD2) AND user=bogdan" id="MyGuard">
</guard>
Register a JAX-RS root resource
<resource class="org.nuxeo.Resource" path="{lang:[a-z]}" singleton="false" />
Last generation: 18:21:25 CEST 11/07/2009