Classes in net.sourceforge.stripes.util used by net.sourceforge.stripes.util |
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(). |
ResolverUtil
ResolverUtil is used to locate classes that are available in the/a class path and meet
arbitrary conditions. |
ResolverUtil.Test
A simple interface that specifies how to test classes to determine if they
are to be included in the results produced by the ResolverUtil. |
UrlBuilder
Simple class that encapsulates the process of building up a URL from a path fragment
and a zero or more parameters. |