| Package | Description |
|---|---|
| org.mmbase.bridge |
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| org.mmbase.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldList
A list of field types Not that since MMBase-1.9/Java 1.5 this list simply impelments
BridgeList<Field>. |
interface |
ModuleList
A list of modules
|
interface |
NodeList
A list of nodes
|
interface |
NodeManagerList
A list of node managers
|
interface |
RelationList
A list of Relations
|
interface |
RelationManagerList
A list of Relation Managers
|
interface |
StringList
A list of Strings
|
| Modifier and Type | Method and Description |
|---|---|
BridgeList<E> |
BridgeList.subList(int fromIndex,
int toIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNodeList<E extends Node>
An abstract BasicList implementation which overrided
AbstractNodeList.convert(java.lang.Object) to make sure the list
contains Nodes. |
class |
BasicFieldList
A list of fields
|
class |
BasicList<E extends Comparable<? super E>>
A list of objects.
|
class |
BasicModuleList
A list of Modules
|
class |
BasicNodeList
A list of nodes
|
class |
BasicNodeManagerList
A list of node managers
|
class |
BasicRelationList
A list of relations
|
class |
BasicRelationManagerList
A list of relation managers
|
class |
BasicStringList
A list of Strings
|
| Modifier and Type | Method and Description |
|---|---|
BridgeList<E> |
BasicList.subList(int fromIndex,
int toIndex) |
| Constructor and Description |
|---|
BasicList(BridgeList<? extends E> b) |
| Modifier and Type | Field and Description |
|---|---|
(package private) BridgeList<Node> |
AbstractNodeListTag.NodesAndTrim.nodeList |
protected BridgeList<Node> |
NodeListHelper.returnList |
| Modifier and Type | Method and Description |
|---|---|
protected BridgeList<Node> |
AbstractNodeListTag.getReturnList() |
BridgeList<Node> |
NodeListHelper.getReturnList() |
| Modifier and Type | Method and Description |
|---|---|
protected Cloud |
NodeListHelper.getCloud(BridgeList<Node> nodes,
Cloud cloud) |
protected String |
NodeListHelper.getFirstOrderedField(BridgeList<Node> returnList,
NodeManager nextNodeManager)
The first ordered field is used to determin the 'changed' status of a Node in a NodeList.
|
protected int |
AbstractNodeListTag.setReturnValues(BridgeList<Node> nodes)
Creates the node iterator and sets appropriate variables (such as listsize)
from a passed node list.
|
protected int |
AbstractNodeListTag.setReturnValues(BridgeList<Node> nodes,
boolean trim)
Creates the node iterator and sets appropriate variables (such as listsize).
|
int |
NodeListHelper.setReturnValues(BridgeList<Node> nodes,
boolean trim) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteBridgeList_Proxy<L extends Comparable<? super L>,E> |
class |
RemoteFieldList_Proxy
RemoteFieldList_Proxy in a generated smart proxy of FieldList
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteModuleList_Proxy
RemoteModuleList_Proxy in a generated smart proxy of ModuleList
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteNodeList_Proxy
RemoteNodeList_Proxy in a generated smart proxy of NodeList
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteNodeManagerList_Proxy
RemoteNodeManagerList_Proxy in a generated smart proxy of NodeManagerList
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteRelationList_Proxy
RemoteRelationList_Proxy in a generated smart proxy of RelationList
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteRelationManagerList_Proxy
RemoteRelationManagerList_Proxy in a generated smart proxy of RelationManagerList
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteStringList_Proxy
RemoteStringList_Proxy in a generated smart proxy of StringList
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
BridgeList<L> |
RemoteBridgeList_Proxy.subList(int arg0,
int arg1) |
| Modifier and Type | Method and Description |
|---|---|
BridgeList<L> |
RemoteBridgeList_Rmi.getOriginalObject() |
| Constructor and Description |
|---|
RemoteBridgeList_Rmi(BridgeList<L> originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBridgeList<E extends Comparable<? super E>>
As AbstractList, but implements some extra methods required by BridgeList
|
class |
AbstractCollectionNodeList<E extends Node>
An AbstractCollectionNodeList implements a
BridgeList of Nodes, based on a collection of objects of perhaps other type, which are
implicitely AbstractCollectionNodeList.convert(java.lang.Object, int)ed when necessary. |
class |
AbstractSequentialBridgeList<E extends Comparable<? super E>>
As AbstractSequentialList, but implements some extra methods required by BridgeList
|
(package private) static class |
BridgeCollections.EmptyBridgeList<E> |
(package private) static class |
BridgeCollections.EmptyModuleList |
(package private) static class |
BridgeCollections.EmptyNodeList |
(package private) static class |
BridgeCollections.EmptyNodeManagerList |
(package private) static class |
BridgeCollections.EmptyRelationList |
(package private) static class |
BridgeCollections.EmptyRelationManagerList |
(package private) static class |
BridgeCollections.EmptyStringList |
(package private) static class |
BridgeCollections.UnmodifiableBridgeList<E> |
(package private) static class |
BridgeCollections.UnmodifiableNodeList |
(package private) static class |
BridgeCollections.UnmodifiableNodeManagerList |
(package private) static class |
BridgeCollections.UnmodifiableRelationList |
(package private) static class |
BridgeCollections.UnmodifiableRelationManagerList |
(package private) static class |
BridgeCollections.UnmodifiableStringList |
class |
CollectionNodeList
A (fixed-size) list of nodes, based on a Collection of Nodes.
|
class |
CollectionRelationList
A list of
Relations, based on a Collection of Nodes |
class |
GrowingTreeList
This version of
TreeList is automaticly growing with the same 'branch' every time when that is possible. |
class |
TreeList
Queries a Tree from MMBase.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) BridgeList<E> |
BridgeCollections.UnmodifiableBridgeList.parent |
| Modifier and Type | Method and Description |
|---|---|
abstract BridgeList<E> |
AbstractSequentialBridgeList.subList(int a,
int b) |
abstract BridgeList<E> |
AbstractBridgeList.subList(int f,
int t) |
BridgeList<E> |
BridgeCollections.UnmodifiableBridgeList.subList(int fromIndex,
int toIndex) |
BridgeList<E> |
BridgeCollections.EmptyBridgeList.subList(int fromIndex,
int toIndex) |
static <E> BridgeList<E> |
BridgeCollections.unmodifiableBridgeList(BridgeList<E> bridgeList)
Makes a BridgeList unmodifiable.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> BridgeList<E> |
BridgeCollections.unmodifiableBridgeList(BridgeList<E> bridgeList)
Makes a BridgeList unmodifiable.
|
| Constructor and Description |
|---|
UnmodifiableBridgeList(BridgeList<E> c) |
UnmodifiableBridgeList(List<E> c,
BridgeList<E> parent) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Casting.NodeListWrapper |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}