Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.scopemvc.util

Interface Summary
ObjectPool Pool of objects
PoolableObjectFactory Interface for creating poolable objects.
 

Class Summary
BasicObjectPool Pools objects given a factory and optional maximum pool size.
BasicPoolableObjectFactory Creates pooleable instances of a specific class.
DateTime An empty marker subclass of java.util.Date that DateTimeStringConvertor is associated with in the default configuration.
Debug A (very simple) general purpose Debug class for assertion checking.
DefaultScopeConfig Default resources for Scope.
KeyValue Holds two Objects: a key and a value.
ObjectPoolManager Manages pooling of instances of different classes.
ScopeConfig Loads the Scope config in such a way that custom properties can be set from the Java command line (-D switch) or from a custom ResourceBundle.
Time An empty marker subclass of java.util.Date that TimeStringConvertor is associated with in the default configuration.
UIStrings Uses a ResourceBundle as a dictionary mapping IDs against user-readable Strings that can be presented on the UI.
WeakSet Holds a set of objects where the fact that the object is contained within the set does not prevent it from being garbage collected.
WeakSet.WeakEntry Wraps an entry with a weak reference.
 

Exception Summary
LocalizedException An Exception that implements LocalizedException.getLocalizedMessage() 55 by looking up its message as an ID that is looked up in UIStrings to present the user with a localised message: message parameters passed in are substituted in the message as java.text.MessageFormat.