Package org.wings.util

Contains various utility classes used internally in the wingS web development framework.

See:
          Description

Interface Summary
ComponentVisitor A visitor that is visits component hierarchies.
 

Class Summary
AnchorProperties This class contains the properties for the AnchorStack.
AnchorRenderStack This is a thread save global stack.
EditTranscriptGenerator This class takes two Strings an generates the shortes list of necessarry change operations to transform the source string into the target string.
ExtendedFormatter  
FastStack Non synchronized, fast stack.
ImageInfo Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM, PSD and SWF files (or input streams).
KeystrokeUtil This source code was taken from a code example at http://javaalmanac.com/ and slightly altered to fit our purpose.
LocaleCharSet Map Locale to html/iso character set via org/wings/util/charset.properties.
PropertyAccessor little helper class to access properties via introspection.
PropertyDiscovery Utility class to discover all properties that can be found in retrievable files either via Classpath loader or as file in the WEB-INF directory.
SessionLocal<T> A helper class for storing session local variables similar to ThreadLocal for thread local variables.
StringUtil Some string manipulation utilities.
TimeMeasure Some simple stop watch.
Timer  
TimerQueue  
WeakPropertyChangeSupport This is a utility class that can be used by beans that support bound properties.
 

Package org.wings.util Description

Contains various utility classes used internally in the wingS web development framework.



wingS Swings ;-)