dtw.webmail.plugin.std |
Provides standard plugins implemented on top of the base plugin framework.
@see dtw.webmail.plugin
See related documentation for more information.
Package Specification
- The CastorXMLPlugin uses Castor XML and
Apache Xerces-J for
preferences persistency.
(See related documentation for more information and legal notices.)
Related Documentation
For an overview, information on architecture, guides, and further developer documentation, please see:
|
Java Source File Name | Type | Comment |
CastorContact.java | Class | Class implementing a specialized JwmaContactImpl
for being persisted with the Castor Plugins. |
CastorContactGroup.java | Class | Class implementing a specialized JwmaContactGroupImpl
for being persisted with the Castor Plugins. |
CastorContacts.java | Class | Class implementing a specialized JwmaContactsImpl
for being persisted with the Castor Plugins. |
CastorHelper.java | Class | An utility/helper class with common functionality
for the standard Castor based plugin implementations. |
CastorMailIdentity.java | Class | Class implementing a specialized JwmaMailIdentityImpl
for being persisted with the Castor Plugins. |
CastorPreferences.java | Class | Class implementing a specialized JwmaPreferencesImpl
for being persisted with the Castor Plugins. |
CastorSQLContactManagement.java | Class | A ContactManagementPlugin implementation
based on Castor JDO. |
CastorSQLPreferencesPersistence.java | Class | A PreferencesPersistancePlugin implementation
based on Castor JDO. |
CastorXMLContactManagement.java | Class | A ContactManagementPlugin implementation
based on Castor XML marshalling/unmarshalling. |
CastorXMLPreferencesPersistence.java | Class | A PreferencesPersistancePlugin implementation
based on Castor XML marshalling/unmarshalling. |
JwmaDatabase.java | Class | Class extending the abstract CastorDatabase class,
to specialize it for the jwma database. |