|
|||||||||
| Home >> All >> com >> xpn >> xwiki >> render >> [ groovy overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.xpn.xwiki.render.groovy
Class GroovyTemplateEngine

java.lang.ObjectTemplateEngine
com.xpn.xwiki.render.groovy.GroovyTemplateEngine
- public class GroovyTemplateEngine
- extends TemplateEngine
This simple template engine uses JSP <% %> script and <%= %> expression syntax. It also lets you use normal groovy expressions in the template text much like the new JSP EL functionality. The variable 'out' is bound to the writer that the template is being written to.
| Nested Class Summary | |
private static class |
GroovyTemplateEngine.SimpleTemplate
|
| Constructor Summary | |
GroovyTemplateEngine()
|
|
| Method Summary | |
Template |
createTemplate(java.io.Reader reader)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
GroovyTemplateEngine
public GroovyTemplateEngine()
| Method Detail |
createTemplate
public Template createTemplate(java.io.Reader reader) throws CompilationFailedException, java.lang.ClassNotFoundException, java.io.IOException
|
|||||||||
| Home >> All >> com >> xpn >> xwiki >> render >> [ groovy overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
TemplateEngine