Package com.ecyrd.jspwiki.util

Provides a number of utility libraries that are of general use.

See:
          Description

Interface Summary
Watchable A watchdog needs something to watch.
 

Class Summary
BlogUtil Contains useful utilities for JSPWiki blogging functionality.
ClassUtil Contains useful utilities for class file manipulation.
CommentedProperties Extends Properties by providing support for comment preservation.
CryptoUtil Hashes and verifies salted SHA-1 passwords, which are compliant with RFC 2307.
FormUtil A collection of (static) utilities used by the WikiForms code.
HttpUtil Contains useful utilities for some common HTTP tasks.
MailUtil Contains static methods for sending e-mails to recipients using JNDI-supplied JavaMail Sessions supplied by a web container (preferred) or configured via jspwiki.properties; both methods are described below.
MailUtil.SmtpAuthenticator Simple Authenticator subclass that authenticates a user to an SMTP server.
PageSorter Wrapper class for managing and using the PageNameComparator.
PriorityList Builds a simple, priority-based List implementation.
ProviderConverter A command-line application that allows you to convert from one provider to another.
Serializer Provides static helper functions for serializing different objects.
TimedCounterList<T> Provides a List in which all items store their addition time.
UtilJ2eeCompat Misc J2EE Compatibility Utility Functions
WatchDog WatchDog is a general system watchdog.
WikiBackgroundThread Abstract Thread subclass that operates in the background; when it detects the WikiEngineEvent.SHUTDOWN event, it terminates itself.
 

Package com.ecyrd.jspwiki.util Description

Provides a number of utility libraries that are of general use.

Package Specification

The util-package provides a number of utility libraries that are of general use, and should not be JSPWiki-specific.

Related Documentation