| Package | Description |
|---|---|
| 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.gui.flash | |
| org.mmbase.module.gui.html | |
| org.mmbase.servlet |
MMBase is based on servlets.
|
| org.mmbase.util |
| Modifier and Type | Method and Description |
|---|---|
String |
MMUsers.createLogin(String loginname,
StringTokenizer tokens,
scanpage sp) |
String |
sessions.doAddSet(scanpage sp,
StringTokenizer tok)
Adds a sessionvariable with specified value
|
String |
sessions.doClearSet(scanpage sp,
StringTokenizer tok)
This methode clears a SESSION variable
|
String |
sessions.doDelSet(scanpage sp,
StringTokenizer tok) |
Vector |
sessions.doGetSet(scanpage sp,
StringTokenizer tok) |
String |
sessions.doPutSet(scanpage sp,
StringTokenizer tok) |
String |
scancacheInterface.get(String pool,
String key,
scanpage sp)
Retrieve a file from the indicated pool's cache.
|
String |
scancache.get(String poolName,
String key,
scanpage sp)
Retrieve a file from the indicated pool's cache.
|
String |
scancacheInterface.get(String pool,
String key,
String line,
scanpage sp)
Retrieve a file from the indicated pool's cache.
|
String |
scancache.get(String poolName,
String key,
String line,
scanpage sp)
Retrieve a file from the indicated pool's cache.
|
String |
sessions.getAvgSet(scanpage sp,
StringTokenizer tok) |
String |
sessions.getContainsSet(scanpage sp,
StringTokenizer tok)
Checks if a Session variable contains a certain value.
|
Vector |
sessions.getList(scanpage sp,
StringTagger tagger,
String cmd) |
sessionInfo |
sessions.getSession(scanpage sp,
String wanted) |
sessionInfo |
sessionsInterface.getSession(scanpage sp,
String session) |
String |
sessions.getSetCount(scanpage sp,
StringTokenizer tok)
Gives the number of values contained by a certain session variable
|
String |
sessions.getSetString(scanpage sp,
StringTokenizer tok)
returns the values of a session variable comma separated
|
void |
TransactionHandlerInterface.handleTransaction(String template,
sessionInfo session,
scanpage sp) |
void |
TransactionHandler.handleTransaction(String template,
sessionInfo session,
scanpage sp)
handleTransaction can be called externally and will execute the TCP commands.
|
boolean |
Upload.process(scanpage sp,
Hashtable cmds,
Hashtable vars)
handle the uploaded bytestream.
|
String |
sessions.replace(scanpage sp,
String cmds)
Handle a $MOD command
|
String |
sessionsInterface.replace(scanpage sp,
String session) |
| Modifier and Type | Method and Description |
|---|---|
String |
People.replace(scanpage sp,
StringTokenizer tok)
Obtains a string value by performing the provided command.
|
String |
Cookies.replace(scanpage sp,
StringTokenizer tok)
replace call, when called in format MMBASE-BUILDER-users-xxxxx
|
String |
Users.replace(scanpage sp,
StringTokenizer tok)
replace call, when called in format MMBASE-BUILDER-users-xxxxx
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
MMFlash.getDebugSwt(scanpage sp)
Return the generated flash with debug information.
|
byte[] |
MMFlash.getScanParsedFlash(scanpage sp)
Dynamically generated flash.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) scanpage |
PageProcess.sp |
| Modifier and Type | Method and Description |
|---|---|
String |
scanparser.calcPage(String part2,
scanpage sp,
int cachetype) |
(package private) String |
scanparser.do_conditions_lif(String body,
sessionInfo session,
scanpage sp)
handle if/then/elseif/\/if
|
(package private) String |
scanparser.do_conditions(String body,
sessionInfo session,
scanpage sp)
handle if/then/elseif/\/if
|
(package private) String |
scanparser.do_if(String body,
sessionInfo session,
scanpage sp) |
void |
scanparser.do_proc_input(String rq_line,
HttpPost poster,
Hashtable proc_var,
Hashtable proc_cmd,
scanpage sp)
This does the handling of the Form inputs.
|
(package private) boolean |
scanparser.do_val(String cmd,
sessionInfo session,
scanpage sp) |
(package private) boolean |
scanparser.do_vals(String cmd,
sessionInfo session,
scanpage sp) |
sessionInfo |
HtmlBase.getPageSession(scanpage sp)
Deprecated.
always returns null, do not use.
|
String |
CounterInterface.getTag(String part,
sessionInfo session,
scanpage sp) |
String |
scanparser.handle_line(String body,
sessionInfo session,
scanpage sp)
Process the HTML for our own extensions
|
void |
scanparser.processPage(scanpage sp,
String uri)
Start a process to calculate a page in the background
used by scancache to generate new pages for expired ones
|
(package private) boolean |
FieldEditor.setEditIMGField(EditState ed,
String fieldname,
Hashtable cmds,
scanpage sp) |
| Constructor and Description |
|---|
PageProcess(scanparser parser,
scanpage sp,
String uri)
Create a thread and fire it up to calculate 1 page.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Vector |
servdb.checkPostPlaylist(HttpPost poster,
scanpage sp,
Vector vec)
Deprecated.
|
Vector |
servdb.checkSessionJingle(scanpage sp,
Vector params,
javax.servlet.http.HttpServletResponse res)
Deprecated.
|
Vector |
servdb.filterSessionMods(scanpage sp,
Vector params,
javax.servlet.http.HttpServletResponse res)
Deprecated.
|
protected String |
servscan.handle_line(String body,
sessionInfo session,
scanpage sp)
handle_line is called by service to parse the SHTML in body.
|
(package private) boolean |
servscan.handleCache(scanpage sp,
javax.servlet.http.HttpServletResponse res,
PrintWriter out) |
(package private) boolean |
servscan.handleCacheSave(scanpage sp,
javax.servlet.http.HttpServletResponse res) |
(package private) void |
servscan.handlePost(scanpage sp,
javax.servlet.http.HttpServletResponse res) |
| Modifier and Type | Field and Description |
|---|---|
protected scanpage |
HTMLElement.sp
page from this request
|
| Modifier and Type | Method and Description |
|---|---|
scanpage |
scanpage.duplicate()
Creates a duplicate of this scanpage
|
| 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}