Package org.ofbiz.base.util

Interface Summary
CachedClassLoader.Init  
StringUtil.SimpleEncoder  
 

Class Summary
AliasKeyManager AliasKeyManager - KeyManager used to specify a certificate alias
Base64 Base64 implements Base64 encoding and Base 64 decoding.
BshUtil BshUtil - BeanShell Utilities
CachedClassLoader Caching Class Loader
DateRange An immutable range of dates.
Debug Configurable Debug logging wrapper class
FileUtil File Utilities
FileUtil.SearchTextFilesFilter  
GroovyUtil GroovyUtil - Groovy Utilities
HttpClient Send HTTP GET/POST requests.
HttpRequestFileUpload HttpRequestFileUpload - Receive a file upload through an HttpServletRequest
JNDIContextFactory JNDIContextFactory - central source for JNDI Contexts by helper name
KeyStoreUtil KeyStoreUtil - Utilities for getting KeyManagers and TrustManagers
Log4jLoggerWriter Writer implementation for writing to a log4j logger.
MessageString Contains extra information about Messages
MultiTrustManager MultiTrustManager
NotifyLevel NotifyLevel
ObjectInputStream ObjectInputStream
ObjectType Utilities for analyzing and converting Object types in Java Takes advantage of reflection
ObjectType.NullObject  
OfbizBshBsfEngine This is the BeanShell adapter for IBM's Bean Scripting Famework.
OutputStreamByteCount Deprecated.  
SSLUtil KeyStoreUtil - Utilities for setting up SSL connections with specific client certificates
StringUtil Misc String Utility Functions
StringUtil.HtmlEncoder  
StringUtil.HtmlEncodingMapWrapper<K> A simple Map wrapper class that will do HTML encoding.
StringUtil.StringWrapper A super-lightweight object to wrap a String object.
StringUtil.XmlEncoder  
TimeDuration A representation of a period of time.
TimeDuration.NullDuration  
URLConnector URLConnector.java
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
UtilJ2eeCompat Misc J2EE Compatibility Utility Functions
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
UtilMisc.SimpleMap<V> This is meant to be very quick to create and use for small sized maps, perfect for how we usually use UtilMisc.toMap
UtilMisc.UtilMiscWaiter  
UtilNumber  
UtilObject UtilObject
UtilParse Deprecated.  
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 & DOM XML parsing
UtilXml.LocalErrorHandler Local error handler for entity resolver to DocumentBuilder parser.
UtilXml.LocalResolver Local entity resolver to handle J2EE DTDs.
 

Exception Summary
GeneralException Base OFBiz Exception, provides nested exceptions, etc
GeneralRuntimeException Base OFBiz Runtime Exception, provides nested exceptions, etc
HttpClientException HttpClient Exception.