play.templates
Class InlineTags

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

public class InlineTags
extends Object


Nested Class Summary
static class InlineTags.CALL
           
 
Constructor Summary
InlineTags()
           
 
Method Summary
static String _else(int index, InlineTags.CALL f)
           
static String _elseif(int index, InlineTags.CALL f)
           
static String _if(int index, InlineTags.CALL f)
           
static String _ifnot(int index, InlineTags.CALL f)
           
static 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 String _if(int index,
                         InlineTags.CALL f)

_ifnot

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

_else

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

_elseif

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

_list

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


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