Package com.ecyrd.jspwiki.util

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

See:
          Description

Class Summary
BlogUtil Contains useful utilities for JSPWiki blogging functionality.
ClassUtil Contains useful utilities for class file manipulation.
FormUtil A collection of (static) utilities used by the WikiForms code.
HttpUtil Contains useful utilities for some common HTTP tasks.
MailUtil Contains utilities for emailing.
PriorityList Builds a simple, priority-based List implementation.
ProviderConverter A command-line application that allows you to convert from one provider to another.
WikiBackgroundThread Abstract Theat class that operates in the background, and listens for the WikiEngineEvent.SHUTDOWN event to determine whether it still needs to run.
 

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