play.templates
Class InlineTags

java.lang.Object
  extended by play.templates.InlineTags

public class InlineTags
extends java.lang.Object


Nested Class Summary
static class InlineTags.CALL
           
 
Constructor Summary
InlineTags()
           
 
Method Summary
static java.lang.String _else(int index, InlineTags.CALL f)
           
static java.lang.String _elseif(int index, InlineTags.CALL f)
           
static java.lang.String _if(int index, InlineTags.CALL f)
           
static java.lang.String _ifnot(int index, InlineTags.CALL f)
           
static java.lang.String _list(int index, InlineTags.CALL f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineTags

public InlineTags()
Method Detail

_if

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

_ifnot

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

_else

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

_elseif

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

_list

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


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