| Package | Description |
|---|---|
| org.mmbase.applications.editwizard |
This package contains the classes used by the Editwizards to pass
commands to MMBase.
|
| org.mmbase.applications.media.cache | |
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.jsp.taglib.util | |
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| org.mmbase.cache.xslt |
Provides the caches which can be used when doing XSLT conversions.
|
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.module.corebuilders |
The MMBase core builders.
|
| org.mmbase.module.gui.html | |
| org.mmbase.security.implementation.cloudcontext | |
| org.mmbase.storage.search |
Provides interfaces for retrieval of data from
SearchQuery objects. |
| org.mmbase.storage.search.implementation | |
| org.mmbase.util | |
| org.mmbase.util.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
Wizard
EditWizard
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLCache
A cache for URLS requested in the MediaFragment builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCloud
Basic implementation of Cloud.
|
class |
BasicNode
Basic implementation of Node.
|
class |
BasicNodeManager
This class represents a node's type information object - what used to be the 'builder'.
|
class |
BasicRelation |
class |
BasicRelationManager |
class |
BasicTransaction
The basic implementation for a Transaction cLoud.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AttributeCache
Cache which relates unparsed Attribute Strings with parsed
`Attribute' objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedResultCache
Cache for queries like SELECT COUNT(number) AS number FROM mm_news news.
|
class |
BlobCache
The 'blob cache' is used in MMObjectNode to cache small byte-array field values.
|
class |
Cache<K,V>
A base class for all Caches.
|
class |
MultilevelCache
This cache handles multilevel query results from the bridge, namely only for the 'getList'
functions of BasicCloud
|
class |
NodeCache
A cache for MMObjectNodes.
|
class |
NodeListCache
Query result cache used for getNodes from MMObjectBuilder.
|
class |
QueryResultCache
This cache provides a base implementation to cache the result of
SearchQuery's.
|
class |
RelatedNodesCache
Query result cache used for getRelatedNodes from MMObjectNodes.
|
class |
RelationsCache
Cache from MMObjectNode number to List of InsRel MMObjectNodes instances (relation nodes).
|
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryCache
A cache for XSL Transformer Factories.
|
class |
ResultCache
Caches the results of XSL transformations.
|
class |
TemplateCache
A cache for XSL transformation templates.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractImages.CKeyCache
Cache with 'ckey' keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterNode
ClusterNode combines fields of different nodes in a single "virtual" node.
|
class |
MMObjectNode
MMObjectNode is the core of the MMBase system.
|
class |
VirtualNode
VirtualNode is a representation of a virtual objectnode.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TypeRel.VirtualTypeRelNode
A VirtualTypeRelNode is a MMObjectNode which is added to the typerelset with extensions of
the actual builders specified.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultilevelCacheHandler
Deprecated.
use org.mmbase.cache.MultilevelCacheHandler
|
| Modifier and Type | Class and Description |
|---|---|
class |
Authenticate.AdminVirtualNode |
protected static class |
Caches.OperationsCache |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultNode
A
ResultNode is a virtual node, used to represent
the result of executing an arbitrary search query. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAggregatedField
Basic implementation.
|
class |
BasicSearchQuery
Basic implementation.
|
class |
BasicStepField
Basic implementation.
|
class |
NodeSearchQuery
A
NodeSearchQuery implements a SearchQuery
that retrieves nodes of one specified nodetype. |
| Modifier and Type | Class and Description |
|---|---|
class |
LRUHashtable<K,V>
Deprecated.
use org.mmbase.cache.implementation.LRUCache
|
class |
LRUHashtable.LRUEntry
Deprecated.
Element used to store information from the LRUHashtable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
URIResolver
This URIResolver can be used to resolve URI's, also in TransformerFactory's.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}