Package | Description |
---|---|
net.sourceforge.stripes.util |
This package contains various utility classes that are used to implement Stripes.
|
Class and Description |
---|
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.
|
? Copyright 2005-2006, Stripes Development Team.