|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--RequestParameterAccumulator
This class is used to accumulate the parameter names and values of the process fields.
Defined in Common.js
Constructor Summary | |
RequestParameterAccumulator(params)
|
Method Summary | |
void
|
add(name, value)
Adds the given parameter name and the value to this accumulator |
void
|
addObject(o)
Adds the properties in the given property object to this accumulator |
void
|
append(str)
Appends the given string to this accumulator |
Object
|
toString()
Returns the accumulated string |
Constructor Detail |
RequestParameterAccumulator(params)
params
- The initial value. It can be a single string in 'p1=p1val&p2='+this.value
form or a properties Object {p1:'p1val',p2:this.value}
form. It is optional.
Method Detail |
void add(name, value)
void addObject(o)
void append(str)
Object toString()
|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |