See: Description
| Class | Description |
|---|---|
| ByteUtils |
A collection of static byte utility methods.
|
| 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.
|
| FileUtil |
Generic utilities related to file and stream handling.
|
| 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. |
| PriorityList<E> |
Builds a simple, priority-based List implementation.
|
| PropertiesUtils |
some useful methods for properties
|
| PropertyReader |
Property Reader for the WikiEngine.
|
| Serializer |
Provides static helper functions for serializing different objects.
|
| TextUtil |
Contains a number of static utility methods.
|
| TimedCounterList<T> |
Provides a List in which all items store their addition time.
|
| XhtmlUtil |
A utility class to generate XHTML objects and ultimately, serialised markup.
|
| XmlUtil |
Utility class to parse XML files.
|
| Enum | Description |
|---|---|
| XHTML |
Provides constants for the Extensible HyperText Markup Language (XHTML) 1.0.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.