play.templates
类 GroovyInlineTags

java.lang.Object
  继承者 play.templates.GroovyInlineTags

public class GroovyInlineTags
extends java.lang.Object


嵌套类摘要
static class GroovyInlineTags.CALL
           
 
构造方法摘要
GroovyInlineTags()
           
 
方法摘要
static java.lang.String _else(int index, GroovyInlineTags.CALL f)
           
static java.lang.String _elseif(int index, GroovyInlineTags.CALL f)
           
static java.lang.String _if(int index, GroovyInlineTags.CALL f)
           
static java.lang.String _ifnot(int index, GroovyInlineTags.CALL f)
           
static java.lang.String _list(int index, GroovyInlineTags.CALL f)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GroovyInlineTags

public GroovyInlineTags()
方法详细信息

_if

public static java.lang.String _if(int index,
                                   GroovyInlineTags.CALL f)

_ifnot

public static java.lang.String _ifnot(int index,
                                      GroovyInlineTags.CALL f)

_else

public static java.lang.String _else(int index,
                                     GroovyInlineTags.CALL f)

_elseif

public static java.lang.String _elseif(int index,
                                       GroovyInlineTags.CALL f)

_list

public static java.lang.String _list(int index,
                                     GroovyInlineTags.CALL f)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly