play.templates
Class Template.ExecutableTemplate
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Script
play.templates.Template.ExecutableTemplate
- All Implemented Interfaces:
- groovy.lang.GroovyObject
- Enclosing class:
- Template
public abstract static class Template.ExecutableTemplate
- extends groovy.lang.Script
Groovy template
| Methods inherited from class groovy.lang.Script |
evaluate, evaluate, getBinding, invokeMethod, print, println, println, run, run, setBinding, setProperty |
| Methods inherited from class groovy.lang.GroovyObjectSupport |
getMetaClass, setMetaClass |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Template.ExecutableTemplate
public Template.ExecutableTemplate()
getProperty
public Object getProperty(String property)
- Specified by:
getProperty in interface groovy.lang.GroovyObject- Overrides:
getProperty in class groovy.lang.Script
invokeTag
public void invokeTag(Integer fromLine,
String tag,
Map<String,Object> attrs,
groovy.lang.Closure body)
_
public Class _(String className)
throws Exception
- Throws:
Exception
__safe
public String __safe(Object val)
get
public Object get(String key)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly