diff options
Diffstat (limited to 'files/es/archive/web/liveconnect/index.html')
-rw-r--r-- | files/es/archive/web/liveconnect/index.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/files/es/archive/web/liveconnect/index.html b/files/es/archive/web/liveconnect/index.html deleted file mode 100644 index 328b6d2678..0000000000 --- a/files/es/archive/web/liveconnect/index.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -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> |