Package com.jalios.util
Contains Jalios utility classes (Unix-like crypt class, RSS parser,
mail utility, servlet utility, comparators and miscellaneous utility
static methods).
-
Interface Summary Interface Description ActionListener This interface provides generics callback mechanism to perform custom actions on a processed object.JaliosConstants This interface contains a set of constants.JPropertiesListener Interface to implement to be notified of JCMS property modification.LangPropertyArgument Interface to be implemented to provide I18N of objects in language properties.MatcherCallback RegexpSubstitution This interface is called byUtil.replace(String,org.apache.oro.text.regex.Pattern,RegexpSubstitution)
.RssEventListener Listener aboutRssEvent
ServletUtil.ServletUtilAlternate This interface is used internally by JCMS to provide custom behavior of ServletUtil and should not be used elsewhere.TreeNode Interface reprensenting an Object Tree with usefull generic method to collect Branch status, children ... -
Class Summary Class Description AntPathMatcher PathMatcher implementation for Ant-style path patterns.AudioUtil BCrypt BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.Beautifier BeautifierDate BeautifierMap BeautifierRegexp BeautifierUrl BinarySemaphore Browser Analyse the user agent of a http request to determine full information about the client's browser.Browser.OS CharsetDetector This class allow one to detect charset encoding of any given file or input stream.Chrono Chrono.Step ColorUtil This class provides utility methods to manage colors.Crypt Java-based implementation of the unix crypt command.CssUtil DatabaseInfo This class contains the informations for a database.DatabaseInfo.Builder DateComparator<T> This class implements aComparator
which compares two Date objects in the ascending order.DateDescendingComparator<T extends java.util.Date> This class implements aComparator
which compares two Date objects in the descending order.DateUtil Helper class to work on Dates and Calendars.DBUtil This class provides a set of static methods which perform various utility operations on databases.Enclosure abstraction of RSS enclosureEnumerationOnIterator<E> Wrap an enumeration around an iteratorEnumerator This class wraps an enumeration around an iterator.EnumUtils Utils Class to handle enumeration values to int-based "bit flags".HtmlUtil Html manipulation methods.HttpClientUtils Utility class for the jakarta common HttpClientInterval Interval abstraction (2 dates)JProperties This class, based onProperties
manage properties file in UTF-8 encoding.LangProperties LangProperty This class allow one to instanciate a property to be used at a later time in a localized message.MailSender Deprecated. Only works with javax mail API.MailUtil This class provides a set of static methods which perform various utility operations for JavaMail API.MapUtils MapUtils.ConcurrentMapBuilder<K,V> MapUtils.MapBuilder<K,V> MimeType Represents a MIME Type, as originally defined in RFC 2046 and subsequently used in other Internet protocols including HTTP.MimeType.SpecificityComparator<T extends MimeType> MockTreeNode MultiComparator This class is comparator which combines an array of comparator.NetUtil This class provides a set of static methods which perform various utility net operations.ObjectDoubleTreeMap This class is a map which binds key Object to double value.ObjectFloatHashMap<K> This class is a map which binds key Object to float value.ObjectIntTreeMap This class is a map which binds key Object to int value.ObjectIntTreeMap.GreaterComparator A Comparator that sort TreeMap of ObjectIntTreeMap by Max ValueObjectIntTreeMap.KeyComparator A Comparator that sort TreeMap of ObjectIntTreeMap by Key ValueObjectIntTreeMap.LowerComparator A Comparator that sort TreeMap of ObjectIntTreeMap by Min ValueObjectIntTreeMap.ObjectComparator A Comparator that allow ObjectyIntTreeMap to sort multiple kind of ObjectObjectIntTreeMap.SortedKeyComparator A Comparator that sort TreeMap of ObjectIntTreeMap by Key Value sorted using a sorted ListObjectLongHashMap This class is a map which binds key Object to long value.ObjectLongTreeMap This class is a map which binds key Object to long value.ObjectLongTreeMap.GreaterComparator A Comparator that sort TreeMap of ObjectLongTreeMap by Max ValueObjectLongTreeMap.KeyComparator A Comparator that sort TreeMap of ObjectLongTreeMap by Key ValueObjectLongTreeMap.LowerComparator A Comparator that sort TreeMap of ObjectLongTreeMap by Min ValueObjectLongTreeMap.ObjectComparator A Comparator that allow ObjectyLongTreeMap to sort multiple kind of ObjectObjectLongTreeMap.SortedKeyComparator A Comparator that sort TreeMap of ObjectLongTreeMap by Key Value sorted using a sorted ListOrientation A 2 dimensional object with an orientation.PasswordGenerator This class contains static methods to generate different kinds of password.PasswordGeneratorTable ReadWriteAccessController This class is a read and write access controller.ReflectUtil RestletUtil Utility functions (static public methods) used to support Restlet framework.ReverseComparator<T> This class is comparator which reverse the ordering of a given comparator.RssChannel This class implements a RSS Channel parser/container.RssEvent RssEvent classRssException Signals that an exception has occurred while processing an RSS feed.RssItem This class implements a RSS Channel's item parser/container.Semaphore ServletUtil This class provides a set of static methods which perform various utility operations for Servlets.SortedList This class is a sorted implementation of theList
interface.SQLQueryResult This class performs a SQL (SELECT) query and provides access to the result set.StringEncrypter Encrypts and decrypts string using Java Cryptography Extension (JCE)TransientWrapper<T> URLUtils Util This class provides a set of static methods which perform various utility operations.XmlUtil This class provides a set of static methods which perform various utility operations for XML. -
Enum Summary Enum Description Browser.BrowserName RssEvent.Type -
Exception Summary Exception Description StringEncrypter.EncryptionException Exception Wrapper for any error that might occur during the encryption or decryption process.