Package net.sourceforge.stripes.util

This package contains various utility classes that are used to implement Stripes.

See:
          Description

Class Summary
HtmlUtil Provides simple utility methods for dealing with HTML.
Log A wafer thin wrapper around Commons logging that uses var-args to make it much more efficient to call the logging methods in commons logging without having to surround every call site with calls to Log.isXXXEnabled().
OgnlCustomNullHandler NullHandler implementation used to replace the default one that ships with Ognl.
OgnlSafeListPropertyAccessor Used to override the default ListPropertyAccessor in Ognl to return nulls instead of throw IndexOutOfBoundExceptions, when an attmept is made to access a List property that is not within the bounds of the list.
OgnlUtil Utility class used to configure and use Ognl in a consistent manner across the pieces of Stripes that use it.
ResolverUtil Scans the classpath of its parent ClassLoader in order to locate all instances of a given interface.
 

Package net.sourceforge.stripes.util Description

This package contains various utility classes that are used to implement Stripes.



© Copyright 2005, Stripes Development Team.