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
Method Summary |
java.lang.String |
__safe(java.lang.Object val)
|
java.lang.Class |
_(java.lang.String className)
|
java.lang.Object |
get(java.lang.String key)
|
java.lang.Object |
getProperty(java.lang.String property)
|
void |
invokeTag(java.lang.Integer fromLine,
java.lang.String tag,
java.util.Map<java.lang.String,java.lang.Object> attrs,
groovy.lang.Closure body)
|
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 java.lang.Object getProperty(java.lang.String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
- Overrides:
getProperty
in class groovy.lang.Script
invokeTag
public void invokeTag(java.lang.Integer fromLine,
java.lang.String tag,
java.util.Map<java.lang.String,java.lang.Object> attrs,
groovy.lang.Closure body)
_
public java.lang.Class _(java.lang.String className)
throws java.lang.Exception
- Throws:
java.lang.Exception
__safe
public java.lang.String __safe(java.lang.Object val)
get
public java.lang.Object get(java.lang.String key)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly