net.sourceforge.stripes.tag
Class ElFunctions

java.lang.Object
  extended by net.sourceforge.stripes.tag.ElFunctions

public class ElFunctions
extends Object

A collection of static functions that are included in the Stripes tag library. In most cases these are not functions that are specific to Stripes, but simply functions that make doing web development (especially with Java 5 constructs) easier.

Since:
Stripes 1.1
Author:
Tim Fennell

Constructor Summary
ElFunctions()
           
 
Method Summary
static boolean hasErrors(ActionBean actionBean, String field)
          Indicates if validation errors exist for the given field of the given ActionBean.
static String name(Enum<?> e)
          Gets the name of the supplied enumerated value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElFunctions

public ElFunctions()
Method Detail

name

public static String name(Enum<?> e)
Gets the name of the supplied enumerated value.


hasErrors

public static boolean hasErrors(ActionBean actionBean,
                                String field)
Indicates if validation errors exist for the given field of the given ActionBean.



? Copyright 2005-2006, Stripes Development Team.