public class BaseJavascriptFunction
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected android.content.Context |
mContext |
| 构造器和说明 |
|---|
BaseJavascriptFunction(android.content.Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.json.JSONObject |
parseJson(java.lang.String json)
解析Json对象
|
void |
shouldBounces(java.lang.String json)
网页画出边界后是否可以回弹(bounces)
|
void |
updateTitle(java.lang.String json)
刷新当前Web界面显示的Title
|