org.jasig.web.jsp
Class JstlUtil

java.lang.Object
  extended by org.jasig.web.jsp.JstlUtil

public class JstlUtil
extends Object

Utilities for use in JSPs

Author:
Eric Dalquist

Constructor Summary
JstlUtil()
           
 
Method Summary
static Object constant(String staticField)
           
static boolean contains(Collection<?> coll, Object o)
           
static boolean equalsIgnoreCase(String s1, String s2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JstlUtil

public JstlUtil()
Method Detail

constant

public static Object constant(String staticField)
                       throws ClassNotFoundException,
                              NoSuchFieldException,
                              IllegalAccessException
Throws:
ClassNotFoundException
NoSuchFieldException
IllegalAccessException

contains

public static boolean contains(Collection<?> coll,
                               Object o)

equalsIgnoreCase

public static boolean equalsIgnoreCase(String s1,
                                       String s2)


Copyright © 2013 Jasig. All Rights Reserved.