Interface | Description |
---|---|
OwAttributeBag |
Interface for attribute bags, which describe the attribute of an object.
|
OwAttributeBagIterator |
Extends the interface for attribute bag Iterators, which describe the attribute of an object.
|
OwAttributeBagWriteable |
Interface for writing Attributes, extends the OwAttributeBag interface.
|
OwXMLUtil |
Utility interface for structured configuration data access.
|
Class | Description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OwAuthenticationConfiguration |
Helper to wrap Authentication Configuration node.
|
||||||||||||||||||||||||||||||||||||
OwDataSourceUtil |
Simple DataSource utility class.
|
||||||||||||||||||||||||||||||||||||
OwDateTimeUtil |
Utility class for manipulating date and time.
|
||||||||||||||||||||||||||||||||||||
OwEscapedStringTokenizer |
Utility class to get a tokenized string representation, using specific escape characters.
|
||||||||||||||||||||||||||||||||||||
OwEvent |
Utility class to manage a collection of listeners through one single instance.
|
||||||||||||||||||||||||||||||||||||
OwEvent.EmptyIterator |
Simple empty iterator.
|
||||||||||||||||||||||||||||||||||||
OwExceptionManager |
Utility class for displaying exceptions in HTML.
|
||||||||||||||||||||||||||||||||||||
OwFileUtil |
Utility class for file access and manipulation.
|
||||||||||||||||||||||||||||||||||||
OwHTMLHelper |
Utility class for HTML creation.
|
||||||||||||||||||||||||||||||||||||
OwLazyLoadingProxyHandler |
Simple utility class to create a proxy based on special
OwLoader implementation. |
||||||||||||||||||||||||||||||||||||
OwMimeTypes |
Utility class for mimetype descriptions mappings.
If the client wants to add more MIME types, or overwrite the existing settings, the owdummy configuration provide a file called e.g. |
||||||||||||||||||||||||||||||||||||
OwMimeTypes.OwFileObjectStatics |
Mimetypes singleton with mimetype file extension mappings.
|
||||||||||||||||||||||||||||||||||||
OwNetworkConfiguration |
Helper class to wrap the <EcmAdapter> element from owbootstrap.xml.
|
||||||||||||||||||||||||||||||||||||
OwObjectIDCodeUtil |
Utility class for ObjectID de- and encoding.
The ID (string) of an object can be used for path definitions, because the object name must not be unique, therefore the object ID should not contain slashes. |
||||||||||||||||||||||||||||||||||||
OwRequestContext |
Helper for request context handling.
|
||||||||||||||||||||||||||||||||||||
OwResourceProperties |
Class which upgrades the
java.util.Properties with several methods. |
||||||||||||||||||||||||||||||||||||
OwSecretEncryption |
Utility class to encrypt / decrypt strings.
You can use this class for simple encryption of strings. WARNING: This class offers only weak encryption. |
||||||||||||||||||||||||||||||||||||
OwSecretKey |
Represents a static secret key used for encryption.
|
||||||||||||||||||||||||||||||||||||
OwSimpleAttributeBagWriteable |
Implements a simple writable attribute bag that writes to internal memory.
|
||||||||||||||||||||||||||||||||||||
OwStandardDBAttributeBagWriteable |
Implements a writable attribute bag for DBs.
Uses the following attribute scheme to access the database e.g.: | (Number) | UserName (String) | BagName (String) | AttributeName (String) | AttributeValue (String) | | 1 | OW_SITE_USER | ViewerSize | X | 100 | | 2 | OW_SITE_USER | ViewerSize | Y | 100 | | 3 | UserName | SelectedClass | Konto | 1 | | 4 | UserName | SelectedClass | Kredit | 1 | | 5 | UserName | SelectedClass | Depot | 1 | |
||||||||||||||||||||||||||||||||||||
OwStandardDBAttributeBagWriteableFactory |
Implements a factory for DB based writable attribute bags. Retrieve a writable attribute bag with getBag(Name). The factory has the advantage that all attribute bag data is loaded in one single SQL Query. Uses the following attribute scheme to access the database e.g.:
|