| Package | Description |
|---|---|
| org.mmbase.applications.media.builders |
The basic builders for the object model associated with the MMBase
media project.
|
| org.mmbase.module |
The modules used to load MMBase and optional MMBase functionality.
|
| 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.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 | Method and Description |
|---|---|
String |
MediaFragments.replace(PageInfo sp,
StringTokenizer command)
Replace all for frontend code
Replace commands available are GETURL (gets mediafile url for an objectnumber),
|
| Modifier and Type | Method and Description |
|---|---|
(package private) String |
INFO.doBrowser(PageInfo sp,
StringTokenizer tok)
Returns data about the user's browser.
Valid options are: OS : returns the operating system. |
(package private) String |
INFO.doEscape(PageInfo sp,
StringTokenizer tok)
Converts a string into a string with 'escaped' quotes.
The argument for this command is the string to 'escape'. |
protected String |
INFO.doExists(PageInfo sp,
StringTokenizer tok)
Tests whether a given filename exists either as a directory, as a file, or as a path (depending on the subcommand given).
|
(package private) String |
INFO.doOs(PageInfo sp,
StringTokenizer tok)
Retrieve the name of the user's operating system.
|
(package private) String |
INFO.doParamDecode(PageInfo sp,
StringTokenizer tok)
Converts an URL-encoded string into a ASCII string.
The argument for this command is the string to decode. |
(package private) String |
INFO.doParamEncode(PageInfo sp,
StringTokenizer tok)
Converts an ASCII string into a URL-encoded string.
The argument for this command is the string to encode. |
(package private) String |
INFO.doRandom(PageInfo sp,
StringTokenizer tok)
Returns a random number in a specified range.
|
(package private) Vector |
INFO.doScanDate(PageInfo sp,
StringTagger tagger)
Deprecated.
hereditary code. Should be dropped or adapted.
|
(package private) String |
INFO.doUser(PageInfo sp,
StringTokenizer tok)
Returns information on the user
Valid options are:
NAME, which returns the username in SCAN HOSTNAME, which returns the name of the remote host (visiting) in SCAN IPNUMBER, which returns the ipnumber of the remote host(visiting) in SCAN SECLEVEL, which returns current security level in SCAN REQUEST_URI, which returns the path of the file requested in SCAN BACK, which returns the name of the page visted befote the current page, notice not supported by all browsers COUNTRY, which returns the country name of the remote host ( mmbase.nl -> nl; mmbase.org-> org ) DOMAIN, which returns the domain name of the remote host INDOMAIN, which returns YES when remote host has the same domain as us otherwise it returns NO in SCAN |
List<String> |
MMUsers.getList(PageInfo sp,
StringTagger tagger,
String value)
|
List<String> |
INFO.getList(PageInfo sp,
StringTagger tagger,
String value)
Generate a list of values from a command to the processor.
|
List<String> |
CALC.getList(PageInfo sp,
StringTagger tagger,
String value)
Generate a list of values from a command to the processor
|
List<String> |
ProcessorModule.getList(PageInfo sp,
StringTagger params,
String command) |
boolean |
ProcessorModule.process(PageInfo sp,
Hashtable<String,Object> cmds,
Hashtable<String,Object> vars) |
boolean |
INFO.process(PageInfo sp,
Hashtable cmds,
Hashtable vars)
Execute the commands provided in the form values.
|
String |
MMUsers.replace(PageInfo sp,
String command)
Handle a $MOD command
|
String |
INFO.replace(PageInfo sp,
String cmds)
Handle a $MOD command.
|
String |
CALC.replace(PageInfo sp,
String cmds)
Handle a $MOD command
|
String |
XSLConvert.replace(PageInfo sp,
String cmds)
Handle a $MOD command
It is called as:
$MOD-XSLCONVERT-xmlPath-xslFile
where:
- xmlPath is the path relative to mmbase.config and,
- xslFile is xsl file located in the subdirectory xslt of mmbase.config.
|
String |
ProcessorModule.replace(PageInfo sp,
String command) |
String |
ProcessorModule.replace(PageInfo sp,
StringTagger command) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnnotRel.process(PageInfo sp,
Hashtable cmds,
Hashtable vars)
The hook that passes all form related pages to the correct handler.
|
String |
AnnotRel.replace(PageInfo sp,
StringTokenizer command)
Obtains a string value by performing the provided command.
|
String |
DayMarkers.replace(PageInfo sp,
StringTokenizer command)
Scan.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<String> |
MMObjectBuilder.getList(PageInfo sp,
StringTagger tagger,
StringTokenizer tok)
Obtains a list of string values by performing the provided command and parameters.
|
boolean |
MMObjectBuilder.process(PageInfo sp,
StringTokenizer command,
Hashtable cmds,
Hashtable vars)
The hook that passes all form related pages to the correct handler.
|
String |
MMObjectBuilder.replace(PageInfo sp,
StringTokenizer tok)
Obtains a string value by performing the provided command.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<String> |
TypeDef.getList(PageInfo sp,
StringTagger tagger,
StringTokenizer tok) |
Vector<String> |
TypeRel.getList(PageInfo sp,
StringTagger tagger,
StringTokenizer tok)
Processes the BUILDER-typerel-ALLOWEDRELATIONSNAMES in the LIST command, and (possibly)
returns a Vector containing requested data (based on the content of TYPE and NODE, which can
be retrieved through tagger).
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
JDBC.getList(PageInfo sp,
StringTagger tagger,
String value)
User interface stuff
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
HtmlBase.doBuilder(PageInfo sp,
StringTagger tagger,
StringTokenizer tok) |
String |
HtmlBase.doBuilderReplace(PageInfo sp,
StringTokenizer tok) |
(package private) String |
HtmlBase.doCache(PageInfo sp,
StringTokenizer tok) |
String |
HtmlBase.doGetRelationCount(PageInfo sp,
StringTokenizer tok) |
String |
HtmlBase.doGetRelationValue(PageInfo sp,
StringTokenizer tok) |
Vector |
HtmlBase.doMultiLevel(PageInfo sp,
StringTagger tagger) |
Vector |
HtmlBase.doObjects(PageInfo sp,
StringTagger tagger)
show Objects
|
Vector |
HtmlBase.doRelations_replace(PageInfo sp,
StringTokenizer tok)
show Relations
|
Vector |
HtmlBase.doRelations(PageInfo sp,
StringTagger tagger)
show Relations
|
String |
HtmlBase.doSetRelationValue(PageInfo sp,
StringTokenizer tok) |
(package private) String |
HtmlBase.getBuilderValue(PageInfo sp,
StringTokenizer tok) |
(package private) String |
HtmlBase.getGuiIndicator(PageInfo sp,
StringTokenizer tok) |
List<String> |
HtmlBase.getList(PageInfo sp,
StringTagger tagger,
String value)
Generate a list of values from a command to the processor
|
List<String> |
MMEdit.getList(PageInfo sp,
StringTagger tagger,
String command)
The hook that passes all list related pages to the correct handler
|
List<String> |
ObjectSelector.getList(PageInfo sp,
StringTagger args,
StringTokenizer commands)
General List pages coming from MMEdit.
|
List<String> |
FieldSelector.getList(PageInfo sp,
StringTagger args,
StringTokenizer commands)
General List pages coming from MMEdit.
|
List<String> |
CommandHandlerInterface.getList(PageInfo sp,
StringTagger args,
StringTokenizer command)
List commands
|
List<String> |
StateManager.getList(PageInfo sp,
StringTagger args,
StringTokenizer command)
List commands
|
List<String> |
FieldEditor.getList(PageInfo sp,
StringTagger args,
StringTokenizer command)
List commands
|
(package private) String |
HtmlBase.getObjectField(PageInfo sp,
StringTokenizer tok) |
(package private) String |
HtmlBase.getObjectProperty(PageInfo sp,
StringTokenizer tok) |
(package private) String |
HtmlBase.getObjectType(PageInfo sp,
StringTokenizer tok) |
(package private) String |
HtmlBase.getObjectTypeName(PageInfo sp,
StringTokenizer tok) |
boolean |
HtmlBase.process(PageInfo sp,
Hashtable cmds,
Hashtable vars)
Execute the commands provided in the form values
|
boolean |
MMEdit.process(PageInfo sp,
Hashtable cmds,
Hashtable vars)
The hook that passes all form related pages to the correct handler
|
boolean |
ObjectSelector.process(PageInfo sp,
StringTokenizer command,
Hashtable cmds,
Hashtable vars)
General proces pages coming from MMEdit.
|
boolean |
FieldSelector.process(PageInfo sp,
StringTokenizer command,
Hashtable cmds,
Hashtable vars)
The hook that passes all form related pages to the correct handler
|
boolean |
CommandHandlerInterface.process(PageInfo sp,
StringTokenizer command,
Hashtable cmds,
Hashtable vars)
The hook that passes all form related pages to the correct handler
|
boolean |
StateManager.process(PageInfo sp,
StringTokenizer command,
Hashtable cmds,
Hashtable vars)
The hook that passes all form related pages to the correct handler
|
boolean |
FieldEditor.process(PageInfo sp,
StringTokenizer command,
Hashtable cmds,
Hashtable vars)
The hook that passes all form related pages to the correct handler
|
String |
MMLanguage.replace(PageInfo sp,
String cmds)
Handles the $MOD-MMLANGUAGE-commands.
|
String |
HtmlBase.replace(PageInfo sp,
String cmds)
Handle a $MOD command
|
String |
MMEdit.replace(PageInfo sp,
String command)
The hook that passes all replace and trigger related pages to the
correct handler
|
String |
ObjectSelector.replace(PageInfo sp,
StringTokenizer cmds)
Handle a $MOD command.
|
String |
FieldSelector.replace(PageInfo sp,
StringTokenizer cmds)
Replace/Trigger commands
|
String |
CommandHandlerInterface.replace(PageInfo sp,
StringTokenizer command)
Replace/Trigger commands
|
String |
StateManager.replace(PageInfo sp,
StringTokenizer commands)
Handle a $MOD command.
|
String |
FieldEditor.replace(PageInfo sp,
StringTokenizer command)
Replace/Trigger commands
|
(package private) boolean |
FieldEditor.setEditDISKField(EditState ed,
String fieldname,
Hashtable cmds,
PageInfo sp) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
MMAdmin.getList(PageInfo sp,
StringTagger tagger,
String value)
Generate a list of values from a command to the processor
|
boolean |
MMAdmin.process(PageInfo sp,
Hashtable<String,Object> cmds,
Hashtable<String,Object> vars)
Execute the commands provided in the form values
|
String |
MMAdmin.replace(PageInfo sp,
String cmds)
Handle a $MOD command
|
| Modifier and Type | Class and Description |
|---|---|
class |
scanpage
The scanpage is a container class.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
HttpAuth.getRemoteUser(PageInfo sp)
Deprecated.
getRemoteUser
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}