| Package | Description |
|---|---|
| org.mmbase.core.event |
An event mechanism.
|
| org.mmbase.util |
This package contains all kind of generic utilities.
|
| org.mmbase.util.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
Event
This class is the base class for all mmbase events
|
static class |
EventManager.Ready |
class |
IdEvent
Very generic event type, which only adds an 'id' property.
|
class |
LocalEvent
An event that does not need broadcasting to other servers
|
class |
SystemEvent |
static class |
SystemEvent.Collectable
A SystemEvent that is also Collectable will be collected by the EventManger and also issued to EventListeners which are added after the event
happened.
|
static class |
SystemEvent.DataSourceAvailable
Notifies that the database is now usable
|
static class |
SystemEvent.MachineName
Notifies the first determination or change in the 'machinename'
|
static class |
SystemEvent.ResourceLoaderChange |
static class |
SystemEvent.ServletContext |
static class |
SystemEvent.Shutdown
Notifies that the local MMBase is going to be shut down
|
static class |
SystemEvent.Up
Notifies that the local MMBase is now fully up and running
|
| Modifier and Type | Class and Description |
|---|---|
class |
Entry<K,V>
Represents a pair of values ('key' and a 'value').
|
class |
LocaleLocalizedString
This LocalizedString also has a method
LocaleLocalizedString.setLocale(java.util.Locale) which defines its own default locale for LocaleLocalizedString.get(Locale) in case it is called as get(null). |
class |
LocalizedString
A String which is localized.
|
class |
ReadonlyLocalizedString
Extends and wraps LocalizedString, to make it readonly
|
class |
ReplacingLocalizedString
Extends and wraps LocalizedString.
|
class |
WrappedLocalizedString
Extends and wraps LocalizedString.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentSerializable
Wraps an
Document to be certainly serializable (and cloneable). |
MMBase2 Utils 2.0.0 - 2019-08-08T23:20