Methods
| Modifier and Type |
Method and Description |
void |
addJavascript(File file) |
void |
addJavascript(Reader reader,
String name,
int lineno) |
void |
addListener(JavascriptRunnerListener listener) |
void |
cleanup() |
Object |
evaluateJavascript(String javascript) |
static Object |
opt(Object o,
int index) |
static Object |
opt(Object o,
int index,
Object def) |
static Object |
opt(Object o,
String attributeName) |
static Object |
opt(Object o,
String attributeName,
Object def) |
static List<?> |
optArray(Object o,
String attributeName) |
static Double |
optDouble(Object o,
int index) |
static double |
optDouble(Object o,
int index,
double defaultValue) |
static Double |
optDouble(Object o,
String attributeName) |
static double |
optDouble(Object o,
String attributeName,
double defaultValue) |
static Integer |
optInteger(Object o,
int index) |
static int |
optInteger(Object o,
int index,
int defaultValue) |
static Integer |
optInteger(Object o,
String attributeName) |
static int |
optInteger(Object o,
String attributeName,
int defaultValue) |
static Long |
optLong(Object o,
int index) |
static long |
optLong(Object o,
int index,
long defaultValue) |
static Long |
optLong(Object o,
String attributeName) |
static long |
optLong(Object o,
String attributeName,
long defaultValue) |
static String |
optString(Object o,
int index) |
static String |
optString(Object o,
int index,
String defaultValue) |
static String |
optString(Object o,
String attributeName) |
static String |
optString(Object o,
String attributeName,
String defaultValue) |