aboutsummaryrefslogtreecommitdiff
path: root/files/es/archive/web/liveconnect/index.html
blob: 328b6d2678f2f7898dfae8b19d38789380ef7641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: LiveConnect
slug: Archive/Web/LiveConnect
tags:
  - AJAX
  - Guía_de_JavaScript_1.5
  - JavaScript
  - Referencia_de_JavaScript_1.5
  - Todas_las_Categorías
translation_of: Archive/Web/LiveConnect/LiveConnect_Reference
---
<p>
</p><p>This section documents the Java classes used for <a href="es/LiveConnect">LiveConnect</a>, along with their constructors and methods. These classes allow a Java object to access JavaScript code.
</p><p><a href="es/Referencia_de_JavaScript_1.5/LiveConnect/JSException">JSException</a>
</p>
<dl><dd> The public class <code>JSException</code> extends <code>RuntimeException</code>, and is thrown when JavaScript returns an error.
</dd></dl>
<p><a href="es/Referencia_de_JavaScript_1.5/LiveConnect/JSObject">JSObject</a>
</p>
<dl><dd> The public class <code>JSObject</code> extends <code>Object</code>. JavaScript objects are wrapped in an instance of the class <code>JSObject</code> and passed to Java, allowing Java to manipulate JavaScript objects.
</dd></dl>
<div class="noinclude">
</div>