| Package | Description |
|---|---|
| org.mmbase.calendar | |
| org.mmbase.functions | |
| org.mmbase.module |
The modules used to load MMBase and optional MMBase functionality.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.servlet |
MMBase is based on servlets.
|
| org.mmbase.streams | |
| org.mmbase.streams.createcaches | |
| org.mmbase.streams.download | |
| org.mmbase.streams.thumbnails | |
| org.mmbase.util.functions |
The function framework is all about the creation of
Function instances, from which
then, subsequently, function values can be acquired. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContrastFunction
Calculates a contrasting color for a given color.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlashGuiFunction
A gui function for object of builders representing 'flash objects'.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
ProcessorModule.GetNodeListFunction
Function implementation around
ProcessorModule.getNodeList(Object, String, Map). |
protected class |
ProcessorModule.ProcessFunction
Function implementation around
ProcessorModule.process(PageInfo, Hashtable, Hashtable). |
protected class |
ProcessorModule.ReplaceFunction
Function implementation around
ProcessorModule.replace(PageInfo, String). |
| Modifier and Type | Class and Description |
|---|---|
class |
MMObjectNodeFunction<R>
Sometimes you may want to implement a function on a node based on an
MMObjectNode instance. |
| Modifier and Type | Class and Description |
|---|---|
static class |
FileServlet.DirectoryFunction
The directory as a function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeWithoutProcessFunction
Function on streamsources nodes to enable editing of the url field without processing (transcoding) the stream.
|
class |
CreateCachesFunction
Triggers (re)creation of caches (streamsourcescaches) of a source node
(streamsources).
|
class |
CreateSourcesWithoutProcessFunction
Function on mediafragments to create a streamsources nodes without processing
the stream and creating (transcoding into) streamsourcescaches.
|
class |
FileFunction
This function on streamsources and caches returns the associated file as an actual
#File object. |
class |
UpdateSourcesFunction
'Pings' the physical file of a streamssources (video- or audiostream) with
FFMpegRecognizer to update current information
in its node. |
| Modifier and Type | Class and Description |
|---|---|
class |
WaitUntilRecognizedFunction
To be used in a template, indicates when an uploaded file has been recognized and the user
can start editing associated data.
|
class |
WaitUntilTranscodingFunction
To be used in a template, indicates when transcoding of the uploaded file has started.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadFunction
Downloads a media stream from an url for a media item (mediafragments node) puts it in the files
directory and returns it's filename when finished.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThumbNailFunction
Function on mediafragments (videofragments really) to make thumbnails of video streams.
|
class |
WaitFunction
Function that submits
FFMpegThumbNailCreator to create an image. |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanFunction
One or more functions based on a Java-bean.
|
class |
CloneNodeFunction
A function on nodes to clone them.
|
class |
GuiFunction
The gui function of MMObjectBuilder
|
class |
MethodFunction
A function based on an abritrary method.
|
class |
NodeFunction<R>
A NodeFunction represents a function on a node instances of this builder.
|
protected static class |
PatternNodeFunctionProvider.PatternNodeFunction |
class |
SetFunction
A SetFunction is a
Function which wraps precisely one method of a class. |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}