Package org.lateralnz.common.util

Various utility classes that can be used by different packages

See:
          Description

Interface Summary
Constants common strings used by a number of classes
 

Class Summary
ColumnMetaData a serializable object that represents a subset of db column metadata
DAOUtils utility functions for use with Data Access Objects and for more general JDBC stuff
DateUtils date formatting utilities
EmailUtils RFC 821 compliant email checking (I think...
EnumIterWrapper an enumeration wrapper for an iterator and vice versa
FilteredIterator  
HttpUtils standard HTTP functions
InteractiveInterpreter  
IOUtils  
JNDIUtils common utilities for looking up objects (EJBs, Datasources, etc) in the JNDI tree
LocaleUtils utility class for caching locale objects
MVResourceBundle an XML-based resource bundle that works similar to a normal java.util.ResourceBundle, however this handles multiple variants.
NumericUtils command number formatting utilities
ObjectUtils various utility functions for object handling
ObjRefUtils a way to ensure that certain singletons and other objects which should not be garbage collected, are not.
Queue a simple queue with a synchronized getter that returns (and removes) the first object in the list (ie.
ResourceUtils a utility class for loading resource bundles and property files
ResultSetConverter a singleton utility class which creates (& compiles) a class based upon a JDBC resultset and then returns a list with objects of that class populated with the resultset data
ReversibleComparator a comparator that can be reversed (i.e.
ServletUtils common utility functions used by servlets
StackThreadLocal  
StringUtils common string utility functions
SystemUtils various 'System' related functions
TransUtils  
XMLUtils common XML utility functions
 

Package org.lateralnz.common.util Description

Various utility classes that can be used by different packages

/* ====================================================================
 * The LateralNZ Software License, Version 1.0
 *
 * Copyright (c) 2003 LateralNZ.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in
 *    the documentation and/or other materials provided with the
 *    distribution.
 *
 * 3. The end-user documentation included with the redistribution,
 *    if any, must include the following acknowledgment:
 *       "This product includes software developed by 
 *        LateralNZ (http://www.lateralnz.org/) and other third parties."
 *    Alternately, this acknowledgment may appear in the software itself,
 *    if and wherever such third-party acknowledgments normally appear.
 *
 * 4. The names "LateralNZ" must not be used to endorse or promote 
 *    products derived from this software without prior written 
 *    permission. For written permission, please 
 *    contact oss@lateralnz.org.
 *
 * 5. Products derived from this software may not be called "Panther", 
 *    or "Lateral" or "LateralNZ", nor may "PANTHER" or "LATERAL" or 
 *    "LATERALNZ" appear in their name, without prior written 
 *    permission of LateralNZ.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 * ====================================================================
 *
 * This software consists of voluntary contributions made by many
 * individuals on behalf of LateralNZ.  For more
 * information on Lateral, please see http://www.lateralnz.com/ or
 * http://www.lateralnz.org
 *
 */