Interface | Description |
---|---|
Observer |
An
Observable observer. |
ReferenceCleaner.Removable | |
ScriptHelper |
A script helper object.
|
ScriptHelperFactory |
A
ScriptHelper factory. |
UtilCodec.SimpleDecoder | |
UtilCodec.SimpleEncoder |
Class | Description |
---|---|
AliasKeyManager |
AliasKeyManager - KeyManager used to specify a certificate alias
|
Assert |
Basic assertions.
|
Base64 |
Base64 implements Base64 encoding and Base 64 decoding.
|
CacheFilter | |
DateRange |
An immutable range of dates.
|
Debug |
Configurable Debug logging wrapper class
|
FileUtil |
File Utilities
|
GroovyUtil |
Groovy Utilities.
|
HttpClient |
Send HTTP GET/POST requests.
|
HttpRequestFileUpload |
HttpRequestFileUpload - Receive a file upload through an HttpServletRequest
|
IndentingWriter | |
JNDIContextFactory |
JNDIContextFactory - central source for JNDI Contexts by helper name
|
KeyStoreUtil |
KeyStoreUtil - Utilities for getting KeyManagers and TrustManagers
|
MessageString |
Contains extra information about Messages
|
MultiTrustManager |
MultiTrustManager
|
ObjectType |
Utilities for analyzing and converting Object types in Java
Takes advantage of reflection
|
ObjectType.NullObject | |
Observable |
An observable object.
|
PatternFactory |
A RegEx compiled pattern factory.
|
ReferenceCleaner | |
ReferenceCleaner.Phantom<V> | |
ReferenceCleaner.Soft<V> | |
ReferenceCleaner.Weak<V> | |
RequestWrapper | |
RMIExtendedSocketFactory |
A
RMISocketFactory implementation that creates ServerSocket s bound
on a specified network interface. |
SafeObjectInputStream |
SafeObjectInputStream
|
Scriptlet |
Contains a simple script (scriptlet).
|
ScriptUtil |
Scripting utility methods.
|
SSLUtil |
KeyStoreUtil - Utilities for setting up SSL connections with specific client certificates
|
StringUtil |
Misc String Utility Functions
|
StringUtil.StringWrapper |
A super-lightweight object to wrap a String object.
|
TimeDuration |
An immutable representation of a period of time.
|
TimeDuration.NullDuration | |
URLConnector |
URLConnector.java
|
UtilCodec | |
UtilCodec.HtmlEncoder | |
UtilCodec.HtmlEncodingMapWrapper<K> |
A simple Map wrapper class that will do HTML encoding.
|
UtilCodec.StringEncoder | |
UtilCodec.UrlCodec | |
UtilCodec.XmlEncoder | |
UtilDateTime |
Utility class for handling java.util.Date, the java.sql data/time classes and related
|
UtilFormatOut |
General output formatting functions - mainly for helping in JSPs
|
UtilGenerics | |
UtilHttp |
HttpUtil - Misc HTTP Utility Functions
|
UtilIO | |
UtilJavaParse |
Java Source Parsing Utilities
NOTE: the approach here is not the best and it may be better to use a parser, line one based on antlr, or using a Java Bytecode parser to look at .class files.
|
UtilMisc |
UtilMisc - Misc Utility Functions
|
UtilNumber | |
UtilObject |
UtilObject
|
UtilPlist |
File Utilities
|
UtilProperties |
Generic Property Accessor with Cache - Utilities for working with properties files.
|
UtilProperties.ExtendedProperties |
Custom Properties class.
|
UtilProperties.UtilResourceBundle |
Custom ResourceBundle class.
|
UtilTimer |
Timer handling utility
Utility class for simple reporting of the progress of a process.
|
UtilURL |
URL Utilities - Simple Class for flexibly working with properties files
|
UtilValidate |
General input/data validation methods
Utility methods for validating data, especially input.
|
UtilXml |
Utilities methods to simplify dealing with JAXP and DOM XML parsing
|
UtilXml.LocalErrorHandler |
Local error handler for entity resolver to DocumentBuilder parser.
|
UtilXml.LocalResolver |
Local entity resolver to handle J2EE DTDs.
|
Exception | Description |
---|---|
GeneralException |
Base OFBiz Exception, provides nested exceptions, etc
|
GeneralRuntimeException |
Base OFBiz Runtime Exception, provides nested exceptions, etc
|
HttpClientException |
HttpClient Exception.
|
UtilCodec.IntrusionException |