Skip navigation links

Package org.mmbase.util

This package contains all kind of generic utilities.

See: Description

Package org.mmbase.util Description

This package contains all kind of generic utilities. It is a bit like java.util. Collections related stuff like BijectiveMap or related to IO like IOUtil. Noticeable in the package are MMBaseContext which maintains some information in a few static variables which are sometimes needed. E.g. the ServletContext with MMBaseContext.getServletContext() and the data directory with MMBaseContext.getDataDir(). Other important ones are Casting, which implements all kind of casting between types, and ResourceLoader, which is used to open resources using a fall back mechanism. There are used in many places in MMBase.
Skip navigation links

MMBase2 Utils 2.0.0 - 2019-08-08T23:20