org.hopto.pentaj.jexin.util
Class TagFunctions

java.lang.Object
  extended by org.hopto.pentaj.jexin.util.TagFunctions

public class TagFunctions
extends java.lang.Object


Constructor Summary
TagFunctions()
           
 
Method Summary
static boolean contains(java.lang.Object collection, java.lang.Object value)
           
static java.lang.String rowClass(int rowNum)
           
static int size(java.util.Collection<?> collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagFunctions

public TagFunctions()
Method Detail

size

public static int size(java.util.Collection<?> collection)

contains

public static boolean contains(java.lang.Object collection,
                               java.lang.Object value)
                        throws javax.servlet.jsp.JspTagException
Throws:
javax.servlet.jsp.JspTagException

rowClass

public static java.lang.String rowClass(int rowNum)