|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
boolean |
cacheCheck(PageInfo context,
String command)
Deprecated. Do a cache check (304) for this request. |
Vector |
getList(PageInfo context,
StringTagger tagger,
String command)
Deprecated. Generate a list of values from a command to the processor. |
MMObjectBuilder |
getListBuilder(String command,
Map params)
Deprecated. Used to create node lists from the results returned by getList(org.mmbase.util.PageInfo, org.mmbase.util.StringTagger, java.lang.String). |
Vector |
getNodeList(Object context,
String command,
Map params)
Deprecated. Generate a list of values from a command to the processor. |
boolean |
process(PageInfo context,
Hashtable cmds,
Hashtable vars)
Deprecated. Execute the commands provided in the form values. |
String |
replace(PageInfo context,
String command)
Deprecated. Replace a command by a string. |
String |
replace(PageInfo context,
StringTagger command)
Deprecated. Replace a command by a string. |
| Method Detail |
public MMObjectBuilder getListBuilder(String command,
Map params)
getList(org.mmbase.util.PageInfo, org.mmbase.util.StringTagger, java.lang.String).
The default method does not associate the builder with a cloud (mmbase module),
so processormodules that need this association need to override this method.
Note that different lists may return different builders.
command - the LIST command for which to retrieve the builderparams - contains the attributes for the list
public Vector getNodeList(Object context,
String command,
Map params)
context - the context of the page or calling application (currently, this should be a PageInfo object)command - the list command to execute.params - contains the attributes for the list
Vector that contains the list values contained in MMObjectNode objects
public Vector getList(PageInfo context,
StringTagger tagger,
String command)
context - the page contexttagger - contains the attributes for the listcommand - the list command to execute.
public boolean process(PageInfo context,
Hashtable cmds,
Hashtable vars)
context - the page contextcmds - contains the list of commands to runvars - contains the attributes for the process
public String replace(PageInfo context,
String command)
context - the page contextcommand - the command to execute.
public String replace(PageInfo context,
StringTagger command)
context - the page contextcommand - the command to execute
public boolean cacheCheck(PageInfo context,
String command)
context - the page contextcommand - the command to execute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||