| Package | Description |
|---|---|
| de.innovationgate.utils |
Generic various-purpose utility classes.
|
| de.innovationgate.utils.imgscalr |
Image Scaler Implementation based on "ImgScalr" library
|
| de.innovationgate.utils.net |
Networking oriented utility classes.
|
| de.innovationgate.utils.security |
Encrypting and security related stuff
|
| de.innovationgate.webgate.api |
Basic functionality of the WGAPI including most of the database-independent functionality.
|
| Class and Description |
|---|
| DefaultObjectFormatter
Default implementation for an object formatter that does nothing
|
| DESEncrypter.PersistentKeyException
Deprecated.
thrown when a key cannot be written or restored from filesystem
|
| DirComparer.Diff
A difference between compared files
|
| DirZipper.InputStreamProvider
A provider of input streams for individual files in the directory to zip up.
|
| DynamicClassLoadingChain.SubLoader |
| FormattingException
Thrown upon formatting/parsing errors in WGUtils functionality
|
| GroupResolvingException
Thrown by subclasses of
GroupMembershipResolver when an error occured on
determining direct group membership |
| IteratorWrapper
Interface for an iterator that actually wraps another iterator
|
| MimeTypeSpecificImageScaler
An image scaler for a specific mime type.
|
| ModifyListener
interface for ModifyListeners
A modifiyListener is notified on modifications of monitorable maps, lists and objects
|
| ModifyListenerObjectWrapper
interface for ModifyListenerObjectWrapper
used by
ModifyListenerFactory to create monitorable objects |
| ObjectFormatter
Interface for classes that format objects to strings.
|
| ReplaceProcessor
A processor for replace operations done by
WGUtils.strReplace(String, String, ReplaceProcessor, boolean) |
| SkippingIterator
An iterator that is able to skip an arbitrary number of results without retrieving them (which may save resources)
|
| TemporaryFile
A helper object to use temporary files that must have a special file name in file system.
|
| URLBuilder
Class for building and modifying URLs including their parameters.
|
| UserHashMap
A Map that contains different maps for different users identified by a unique user name.
|
| UserHashMapGroup
A group of UserHashMap objects, whose currently served user can be switched at once
Users should perform
UserHashMapGroup.maintenance(boolean) regularly to remove user hash maps that are not used any more |
| WGUtils.RunnableWithExceptions
Interface for a runnable to use with
WGUtils.executeWithTimeout(RunnableWithExceptions, long) |
| Class and Description |
|---|
| ImageScaler
Interface for classes in WGA that provide format neutral image scaling functions.
|
| MimeTypeSpecificImageScaler
An image scaler for a specific mime type.
|
| MimeTypeSpecificImageScalerFactory
A factory for creating mime type specific image scalers
|
| Class and Description |
|---|
| FormattingException
Thrown upon formatting/parsing errors in WGUtils functionality
|
| Class and Description |
|---|
| DESEncrypter.PersistentKeyException
Deprecated.
thrown when a key cannot be written or restored from filesystem
|
| Class and Description |
|---|
| CountReportingIterator
Interface for iterators which report the count of results available and also the offset of the current element inside it
|
| PrefetchingIterator
An iterator that prefetches values and is therefor able to filter them while returning valid results for
PrefetchingIterator.hasNext() |
| SkippingIterator
An iterator that is able to skip an arbitrary number of results without retrieving them (which may save resources)
|
| UserHashMap
A Map that contains different maps for different users identified by a unique user name.
|
| UserHashMapGroup
A group of UserHashMap objects, whose currently served user can be switched at once
Users should perform
UserHashMapGroup.maintenance(boolean) regularly to remove user hash maps that are not used any more |