|
Class Summary |
| CharsetFilter |
Enforces UTF-8 encoding for all servlet requests and responses. |
| DOMUtil |
This class provides helper methods to perform common DOM related tasks. |
| HibernateEngine |
This singleton class provides db & persistence support via Hibernate. |
| HibernateStatistics |
|
| HttpURLValidator |
A simple static checker that (1) checks that the url string passed in is a valid
URL, and then (2) that the server at the URL is responsive. |
| InstanceBuilder |
|
| JDOMUtil |
Some static utility methods for coverting JDOM Documents and Elements
to Strings and files & vice versa. |
| PasswordEncryptor |
Provides simple one-way encryption for passwords |
| SaxonUtil |
Author: Michael Adams
Creation Date: 10/07/2008 |
| Sessions |
A generic session manager utility that can be used by custom services to allow
connections from any service or client application that has been registered in
the engine. |
| StringUtil |
|
| XNode |
A utility for building xml strings. |
| XNodeParser |
Author: Michael Adams
Creation Date: 22/03/2010 |
| YBuildProperties |
Author: Michael Adams
Creation Date: 16/04/2010 |
| YIdentifierBag |
|
| YMessagePrinter |
|
| YNetElementDocoParser |
|
| YPredicateParser |
Parses strings, replacing substrings within of the form ${expression} with the
result of the expression evaluation
Author: Michael Adams
Date: 02/04/2010
Known subclasses: logging.YLogPredicateDecompositionParser,
logging.YLogPredicateParameterParser,
logging.YLogPredicateWorkItemParser,
resourcing.util.LogPredicateParser,
resourcing.jsf.dynform.DynTextParser
Subclasses should override the 'valueOf' method to handle their own pre-parsing. |
| YVerificationMessage |
|