See: Description
Interface | Description |
---|---|
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.
|
Class | Description |
---|---|
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
CollectionUtil |
Utility methods for working with Collections and Arrays.
|
CryptoUtil |
Cryptographic utility that can encrypt and decrypt Strings using a key stored in
HttpSession.
|
HtmlUtil |
Provides simple utility methods for dealing with HTML.
|
HttpUtil |
Provides helper methods for working with HTTP requests and responses.
|
Literal |
Utility class that makes it easy to construct Collection literals, and also provides
a nicer syntax for creating array literals.
|
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().
|
Log4JLogger |
Implementation of
Log that maps directly to a
Logger for log4J version 1.2. |
ReflectUtil |
Common utilty methods that are useful when working with reflection.
|
ResolverUtil<T> |
ResolverUtil is used to locate classes that are available in the/a class path and meet
arbitrary conditions.
|
ResolverUtil.AnnotatedWith |
A Test that checks to see if each class is annotated with a specific annotation.
|
ResolverUtil.IsA |
A Test that checks to see if each class is assignable to the provided class.
|
StringUtil |
Provides utility methods for manipulating and parsing Strings.
|
UrlBuilder |
Simple class that encapsulates the process of building up a URL from a path fragment
and a zero or more parameters.
|
This package contains various utility classes that are used to implement Stripes.
? Copyright 2005-2006, Stripes Development Team.