Uses of Class
play.templates.InlineTags.CALL

Packages that use InlineTags.CALL
play.templates   
 

Uses of InlineTags.CALL in play.templates
 

Methods in play.templates that return InlineTags.CALL
static InlineTags.CALL InlineTags.CALL.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InlineTags.CALL[] InlineTags.CALL.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in play.templates with parameters of type InlineTags.CALL
static java.lang.String InlineTags._else(int index, InlineTags.CALL f)
           
static java.lang.String InlineTags._elseif(int index, InlineTags.CALL f)
           
static java.lang.String InlineTags._if(int index, InlineTags.CALL f)
           
static java.lang.String InlineTags._ifnot(int index, InlineTags.CALL f)
           
static java.lang.String InlineTags._list(int index, InlineTags.CALL f)
           
 



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