| Package | Description |
|---|---|
| org.mmbase.module |
The modules used to load MMBase and optional MMBase functionality.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.module.database |
The classes and interfaces that arrange the actual connection to JDBC database.
|
| org.mmbase.module.gui.html | |
| org.mmbase.module.tools | |
| org.mmbase.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CALC |
class |
INFO
The INFO module provides access to the environment on which the mmbase system resides.
|
class |
LinkChecker
The linkChecker module detects broken urls in the urls builder and the jumpers builder.
|
class |
MMUsers |
class |
sessions
CLEARSET-NAME : This command clears the session variable called NAME
ADDSET-NAME-VALUE : This command adds VALUE to the SESSION variable set called NAME, no duplicates are allowed
PUTSET-NAME-VALUE : This command adds VALUE to the SESSION variable set called NAME, duplicates are allowed
DELSET-NAME-VALUE : This command deletes VALUE form the SESSION variable set called NAME.
|
class |
Upload
the Upload module stores files that are uploaded.
|
class |
XSLConvert
XSL conversion module
Right now, only the replace() method is defined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MMBase
The module which provides access to the MMBase storage defined
by the provided name/setup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBC
JDBC Module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlBase
The module which provides access to the multimedia database
it creates, deletes and gives you methods to keep track of
multimedia objects.
|
class |
MMEdit
The module which provides access to the multimedia database
it creates, deletes and gives you methods to keep track of
multimedia objects.
|
class |
MMLanguage
Module for multi-language support.
|
class |
scanparser
scanpage is a container class it holds all objects needed per scan page
it was introduced to make servscan threadsafe but will probably in the future
hold all page related info instead of HttpServletR equest and HttpServletResponse
because we want extend the model of offline page generation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MMAdmin |
| Modifier and Type | Field and Description |
|---|---|
ProcessorModule |
scanpage.processor
The processor set for this page.
|
protected ProcessorModule |
HTMLElement.processor
The processor which will be called by the parse routine.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
HTMLElement.generateHTML(scanpage sp,
ProcessorModule proc,
Vector macro)
Calls the parser and returns the String returned by generate.
|
String |
HTMLFormGenerator.getHTMLElement(scanpage sp,
ProcessorModule proc,
Vector macro)
Gets the first element of the Vector and selects the correspondending HTMLElement
to handle this element, and passes the tail elements to that Element.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}