|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
boolean |
cacheCheck(scanpage sp,
java.lang.String cmd)
Do a cache check (304) for this request |
java.util.Vector |
getList(scanpage sp,
StringTagger tagger,
java.lang.String value)
Generate a list of values from a command to the processor |
MMObjectBuilder |
getListBuilder(java.lang.String command,
java.util.Map params)
Returns a virtual builder used to create node lists from the results returned by getList(). |
java.util.Vector |
getNodeList(java.lang.Object context,
java.lang.String command,
java.util.Map params)
Generate a list of values from a command to the processor. |
boolean |
process(scanpage sp,
java.util.Hashtable cmds,
java.util.Hashtable vars)
Execute the commands provided in the form values |
java.lang.String |
replace(scanpage sp,
java.lang.String command)
Replace a command by a string |
java.lang.String |
replace(scanpage sp,
StringTagger command)
Replace a command by a string |
| Method Detail |
public MMObjectBuilder getListBuilder(java.lang.String command,
java.util.Map params)
command - the LIST command for which to retrieve the builderparams - contains the attributes for the list
public java.util.Vector getNodeList(java.lang.Object context,
java.lang.String command,
java.util.Map params)
throws ParseException
context - the context of the page or calling application (currently, this should be a scanpage object)command - the list command to execute.params - contains the attributes for the listVector that contains the list values contained in MMObjectNode objects
public java.util.Vector getList(scanpage sp,
StringTagger tagger,
java.lang.String value)
throws ParseException
sp - the page contexttagger - contains the attributes for the listcommand - the list command to execute.
public boolean process(scanpage sp,
java.util.Hashtable cmds,
java.util.Hashtable vars)
public java.lang.String replace(scanpage sp,
java.lang.String command)
public java.lang.String replace(scanpage sp,
StringTagger command)
public boolean cacheCheck(scanpage sp,
java.lang.String cmd)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||