|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface used PageMerger class to allow other objects to augment script execution. When implementing the methods in this interface, if there are errors in call arguments throw an IllegalArgumentException.
| Method Summary | |
boolean |
computeFunction(java.lang.String function,
java.lang.Object[] params)
Compute a function. |
boolean |
computeOptionList(java.util.Vector params,
java.util.Vector[] optList,
java.lang.String[] selName)
If can evaluate the option list, set optList[0] to that option list and optionally set the variable (selName[0]) containing the key used to look up the selected value from the DataBinder. |
boolean |
computeValue(java.lang.String variable,
java.lang.String[] val)
Compute the value of a variable. |
void |
notifyNextRow(java.lang.String rsetName,
boolean hasNext)
Called on next advance of row. |
boolean |
testCondition(java.lang.String condition,
boolean[] retVal)
Sets retVal[0] to true if 'condition' is true otherwise sets retVal[0] to false if 'condition' is false. |
boolean |
testForNextRow(java.lang.String rsetName,
boolean[] retVal)
Tests to see if there is another row. |
| Method Detail |
public boolean testCondition(java.lang.String condition,
boolean[] retVal)
public boolean testForNextRow(java.lang.String rsetName,
boolean[] retVal)
throws java.io.IOException
java.io.IOException
public void notifyNextRow(java.lang.String rsetName,
boolean hasNext)
throws java.io.IOException
java.io.IOException
public boolean computeValue(java.lang.String variable,
java.lang.String[] val)
throws java.io.IOException
java.io.IOException
public boolean computeFunction(java.lang.String function,
java.lang.Object[] params)
throws java.io.IOException
java.io.IOException
public boolean computeOptionList(java.util.Vector params,
java.util.Vector[] optList,
java.lang.String[] selName)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |