You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by js...@apache.org on 2012/06/20 07:13:37 UTC

svn commit: r1351939 [8/15] - in /incubator/ooo/ooo-site/trunk/content/api/docs/java/ref: ./ com/sun/star/comp/helper/ com/sun/star/comp/helper/class-use/ com/sun/star/lib/uno/helper/ com/sun/star/lib/uno/helper/class-use/ com/sun/star/lib/unoloader/ c...

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/UnoClassLoader.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/UnoClassLoader.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/UnoClassLoader.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/UnoClassLoader.html Wed Jun 20 05:13:31 2012
@@ -1,28 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:14 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 UnoClassLoader (Java UNO Runtime Reference)
 </TITLE>
 
-<META NAME="keywords" CONTENT="com.sun.star.lib.unoloader.UnoClassLoader class">
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="UnoClassLoader (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="UnoClassLoader (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -89,15 +92,15 @@ com.sun.star.lib.unoloader</FONT>
 <BR>
 Class UnoClassLoader</H2>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html" title="class or interface in java.lang">java.lang.ClassLoader</A>
-      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html" title="class or interface in java.security">java.security.SecureClassLoader</A>
-          <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html" title="class or interface in java.net">java.net.URLClassLoader</A>
+<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">java.lang.ClassLoader</A>
+      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html?is-external=true" title="class or interface in java.security">java.security.SecureClassLoader</A>
+          <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true" title="class or interface in java.net">java.net.URLClassLoader</A>
               <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.sun.star.lib.unoloader.UnoClassLoader</B>
 </PRE>
 <HR>
 <DL>
-<DT><PRE>public final class <B>UnoClassLoader</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html" title="class or interface in java.net">URLClassLoader</A></DL>
+<DT><PRE>public final class <B>UnoClassLoader</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true" title="class or interface in java.net">URLClassLoader</A></DL>
 </PRE>
 
 <P>
@@ -110,7 +113,7 @@ The root UNO class loader.
  (and hence of all unpublished URE classes, too) and of all classes
  representing UNO types (the published URE UNO types, any unpublished URE UNO
  types, and any additional UNO types introduced by components; for the latter,
- <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#addURL(java.net.URL)" title="class or interface in java.net"><CODE>URLClassLoader.addURL(java.net.URL)</CODE></A> may be necessary).</p>
+ <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true#addURL(java.net.URL)" title="class or interface in java.net"><CODE>URLClassLoader.addURL(java.net.URL)</CODE></A> may be necessary).</p>
 
  <p><em>This is an internal, unstable class of the Uno Runtime Environment; it
  should not be used by client code.</em></p>
@@ -134,9 +137,9 @@ The root UNO class loader.
 <B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoClassLoader.html#UnoClassLoader(java.net.URL, java.net.URL[], java.lang.ClassLoader)">UnoClassLoader</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;base,
-               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>[]&nbsp;classPath,
-               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html" title="class or interface in java.lang">ClassLoader</A>&nbsp;parent)</CODE>
+<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoClassLoader.html#UnoClassLoader(java.net.URL, java.net.URL[], java.lang.ClassLoader)">UnoClassLoader</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;base,
+               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>[]&nbsp;classPath,
+               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</A>&nbsp;parent)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instantiates the root UNO class loader.</TD>
@@ -154,25 +157,25 @@ The root UNO class loader.
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoClassLoader.html#execute(java.net.URL, java.lang.String[])">execute</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;jar,
-        <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]&nbsp;arguments)</CODE>
+<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoClassLoader.html#execute(java.net.URL, java.lang.String[])">execute</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;jar,
+        <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;arguments)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Executes a UNO JAR.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html" title="class or interface in java.lang">ClassLoader</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoClassLoader.html#getClassLoader(java.net.URL, java.util.jar.Attributes)">getClassLoader</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;jar,
-               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/util/jar/Attributes.html" title="class or interface in java.util.jar">Attributes</A>&nbsp;mainAttributes)</CODE>
+<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoClassLoader.html#getClassLoader(java.net.URL, java.util.jar.Attributes)">getClassLoader</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;jar,
+               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/util/jar/Attributes.html?is-external=true" title="class or interface in java.util.jar">Attributes</A>&nbsp;mainAttributes)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtains a class loader for a UNO JAR.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/util/jar/Attributes.html" title="class or interface in java.util.jar">Attributes</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoClassLoader.html#getJarMainAttributes(java.net.URL)">getJarMainAttributes</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;jar)</CODE>
+<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/util/jar/Attributes.html?is-external=true" title="class or interface in java.util.jar">Attributes</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoClassLoader.html#getJarMainAttributes(java.net.URL)">getJarMainAttributes</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;jar)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtains the main section of the manifest of a JAR.</TD>
@@ -181,37 +184,37 @@ The root UNO class loader.
 &nbsp;<A NAME="methods_inherited_from_class_java.net.URLClassLoader"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.net.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html" title="class or interface in java.net">URLClassLoader</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.net.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true" title="class or interface in java.net">URLClassLoader</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#addURL(java.net.URL)" title="class or interface in java.net">addURL</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#definePackage(java.lang.String, java.util.jar.Manifest, java.net.URL)" title="class or interface in java.net">definePackage</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#findClass(java.lang.String)" title="class or interface in java.net">findClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#findResource(java.lang.String)" title="class or interface in java.net">findResource</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#findResources(java.lang.String)" title="class or interface in java.net">findResources</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#getPermissions(java.security.CodeSource)" titl
 e="class or interface in java.net">getPermissions</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#getURLs()" title="class or interface in java.net">getURLs</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#newInstance(java.net.URL[])" title="class or interface in java.net">newInstance</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html#newInstance(java.net.URL[], java.lang.ClassLoader)" title="class or interface in java.net">newInstance</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true#addURL(java.net.URL)" title="class or interface in java.net">addURL</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true#definePackage(java.lang.String, java.util.jar.Manifest, java.net.URL)" title="class or interface in java.net">definePackage</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true#findClass(java.lang.String)" title="class or interface in java.net">findClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true#findResource(java.lang.String)" title="class or interface in java.net">findResource</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true#findResources(java.lang.String)" title="class or interface in java.net">findResources</A>, <A HREF="http://java.sun.com/j2se/1.4.1
 /docs/api/java/net/URLClassLoader.html?is-external=true#getPermissions(java.security.CodeSource)" title="class or interface in java.net">getPermissions</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true#getURLs()" title="class or interface in java.net">getURLs</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true#newInstance(java.net.URL[])" title="class or interface in java.net">newInstance</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true#newInstance(java.net.URL[], java.lang.ClassLoader)" title="class or interface in java.net">newInstance</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.security.SecureClassLoader"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.security.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html" title="class or interface in java.security">SecureClassLoader</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.security.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html?is-external=true" title="class or interface in java.security">SecureClassLoader</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html#defineClass(java.lang.String, byte[], int, int, java.security.CodeSource)" title="class or interface in java.security">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html#defineClass(java.lang.String, java.nio.ByteBuffer, java.security.CodeSource)" title="class or interface in java.security">defineClass</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html?is-external=true#defineClass(java.lang.String, byte[], int, int, java.security.CodeSource)" title="class or interface in java.security">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html?is-external=true#defineClass(java.lang.String, java.nio.ByteBuffer, java.security.CodeSource)" title="class or interface in java.security">defineClass</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.ClassLoader"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html" title="class or interface in java.lang">ClassLoader</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#clearAssertionStatus()" title="class or interface in java.lang">clearAssertionStatus</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#defineClass(byte[], int, int)" title="class or interface in java.lang">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#defineClass(java.lang.String, byte[], int, int)" title="class or interface in java.lang">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#defineClass(java.lang.String, byte[], int, int, java.security.ProtectionDomain)" title="class or interface in java.lang">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#defineClass(java.lang.String, java.nio.ByteBuffer, java.security.ProtectionDomain)" title="class or interface in java.lang">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.
 4.1/docs/api/java/lang/ClassLoader.html#definePackage(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.net.URL)" title="class or interface in java.lang">definePackage</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#findLibrary(java.lang.String)" title="class or interface in java.lang">findLibrary</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#findLoadedClass(java.lang.String)" title="class or interface in java.lang">findLoadedClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#findSystemClass(java.lang.String)" title="class or interface in java.lang">findSystemClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#getPackage(java.lang.String)" title="class or interface in java.lang">getPackage</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassL
 oader.html#getPackages()" title="class or interface in java.lang">getPackages</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#getParent()" title="class or interface in java.lang">getParent</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#getResource(java.lang.String)" title="class or interface in java.lang">getResource</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#getResourceAsStream(java.lang.String)" title="class or interface in java.lang">getResourceAsStream</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#getResources(java.lang.String)" title="class or interface in java.lang">getResources</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#getSystemClassLoader()" title="class or interface in java.lang">getSystemClassLoader</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#getSystemR
 esource(java.lang.String)" title="class or interface in java.lang">getSystemResource</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#getSystemResourceAsStream(java.lang.String)" title="class or interface in java.lang">getSystemResourceAsStream</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#getSystemResources(java.lang.String)" title="class or interface in java.lang">getSystemResources</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#loadClass(java.lang.String)" title="class or interface in java.lang">loadClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#loadClass(java.lang.String, boolean)" title="class or interface in java.lang">loadClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#resolveClass(java.lang.Class)" title="class or interface in java.lang">resolveClass</A>, <A HREF="http://java.sun.com/j2se/1
 .4.1/docs/api/java/lang/ClassLoader.html#setClassAssertionStatus(java.lang.String, boolean)" title="class or interface in java.lang">setClassAssertionStatus</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#setDefaultAssertionStatus(boolean)" title="class or interface in java.lang">setDefaultAssertionStatus</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#setPackageAssertionStatus(java.lang.String, boolean)" title="class or interface in java.lang">setPackageAssertionStatus</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html#setSigners(java.lang.Class, java.lang.Object[])" title="class or interface in java.lang">setSigners</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#clearAssertionStatus()" title="class or interface in java.lang">clearAssertionStatus</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#defineClass(byte[], int, int)" title="class or interface in java.lang">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#defineClass(java.lang.String, byte[], int, int)" title="class or interface in java.lang">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#defineClass(java.lang.String, byte[], int, int, java.security.ProtectionDomain)" title="class or interface in java.lang">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#defineClass(java.lang.String, java.nio.ByteBuffer, java.security.ProtectionDomain)" title="c
 lass or interface in java.lang">defineClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#definePackage(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.net.URL)" title="class or interface in java.lang">definePackage</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#findLibrary(java.lang.String)" title="class or interface in java.lang">findLibrary</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#findLoadedClass(java.lang.String)" title="class or interface in java.lang">findLoadedClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#findSystemClass(java.lang.String)" title="class or interface in java.lang">findSystemClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.htm
 l?is-external=true#getPackage(java.lang.String)" title="class or interface in java.lang">getPackage</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#getPackages()" title="class or interface in java.lang">getPackages</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#getParent()" title="class or interface in java.lang">getParent</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#getResource(java.lang.String)" title="class or interface in java.lang">getResource</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#getResourceAsStream(java.lang.String)" title="class or interface in java.lang">getResourceAsStream</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#getResources(java.lang.String)" title="class or interface in java.lang">getResources</A
 >, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#getSystemClassLoader()" title="class or interface in java.lang">getSystemClassLoader</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#getSystemResource(java.lang.String)" title="class or interface in java.lang">getSystemResource</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#getSystemResourceAsStream(java.lang.String)" title="class or interface in java.lang">getSystemResourceAsStream</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#getSystemResources(java.lang.String)" title="class or interface in java.lang">getSystemResources</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#loadClass(java.lang.String)" title="class or interface in java.lang">loadClass</A>, <A HREF="http://java.sun.com/
 j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#loadClass(java.lang.String, boolean)" title="class or interface in java.lang">loadClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#resolveClass(java.lang.Class)" title="class or interface in java.lang">resolveClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#setClassAssertionStatus(java.lang.String, boolean)" title="class or interface in java.lang">setClassAssertionStatus</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#setDefaultAssertionStatus(boolean)" title="class or interface in java.lang">setDefaultAssertionStatus</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#setPackageAssertionStatus(java.lang.String, boolean)" title="class or interface in java.lang">setPackageAssertionStatus</A>, <A HREF="http://ja
 va.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true#setSigners(java.lang.Class, java.lang.Object[])" title="class or interface in java.lang">setSigners</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://
 java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -230,10 +233,10 @@ The root UNO class loader.
 <A NAME="UnoClassLoader(java.net.URL, java.net.URL[], java.lang.ClassLoader)"><!-- --></A><H3>
 UnoClassLoader</H3>
 <PRE>
-public <B>UnoClassLoader</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;base,
-                      <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>[]&nbsp;classPath,
-                      <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html" title="class or interface in java.lang">ClassLoader</A>&nbsp;parent)
-               throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/MalformedURLException.html" title="class or interface in java.net">MalformedURLException</A></PRE>
+public <B>UnoClassLoader</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;base,
+                      <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>[]&nbsp;classPath,
+                      <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</A>&nbsp;parent)
+               throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/MalformedURLException.html?is-external=true" title="class or interface in java.net">MalformedURLException</A></PRE>
 <DL>
 <DD>Instantiates the root UNO class loader.
 <P>
@@ -242,9 +245,9 @@ public <B>UnoClassLoader</B>(<A HREF="ht
  (<code>java_uno.jar</code>, <code>juh.jar</code>, <code>jurt.jar</code>,
  <code>ridl.jar</code>) can be found; must not be <code>null</code>.<DD><CODE>classPath</CODE> - an array of URLs that form the class path of this class
  loader; may be <code>null</code>, which is the same as an empty array.
- The URLs are interpreted in the same way as the arguments of a <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html" title="class or interface in java.net"><CODE>URLClassLoader</CODE></A>.<DD><CODE>parent</CODE> - the parent class loader for delegation.
+ The URLs are interpreted in the same way as the arguments of a <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true" title="class or interface in java.net"><CODE>URLClassLoader</CODE></A>.<DD><CODE>parent</CODE> - the parent class loader for delegation.
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/MalformedURLException.html" title="class or interface in java.net">MalformedURLException</A></CODE> - if the given <code>base</code> URL is
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/MalformedURLException.html?is-external=true" title="class or interface in java.net">MalformedURLException</A></CODE> - if the given <code>base</code> URL is
  malformed.</DL>
 </DL>
 
@@ -261,9 +264,9 @@ public <B>UnoClassLoader</B>(<A HREF="ht
 <A NAME="getClassLoader(java.net.URL, java.util.jar.Attributes)"><!-- --></A><H3>
 getClassLoader</H3>
 <PRE>
-public <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html" title="class or interface in java.lang">ClassLoader</A> <B>getClassLoader</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;jar,
-                                  <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/util/jar/Attributes.html" title="class or interface in java.util.jar">Attributes</A>&nbsp;mainAttributes)
-                           throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/MalformedURLException.html" title="class or interface in java.net">MalformedURLException</A></PRE>
+public <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</A> <B>getClassLoader</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;jar,
+                                  <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/util/jar/Attributes.html?is-external=true" title="class or interface in java.util.jar">Attributes</A>&nbsp;mainAttributes)
+                           throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/MalformedURLException.html?is-external=true" title="class or interface in java.net">MalformedURLException</A></PRE>
 <DL>
 <DD>Obtains a class loader for a UNO JAR.
 <P>
@@ -275,7 +278,7 @@ public <A HREF="http://java.sun.com/j2se
  information available.)
 <DT><B>Returns:</B><DD>an appropriate class loader; will never be <code>null</code>.
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/MalformedURLException.html" title="class or interface in java.net">MalformedURLException</A></CODE> - if the given <code>jar</code> URL or any of
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/MalformedURLException.html?is-external=true" title="class or interface in java.net">MalformedURLException</A></CODE> - if the given <code>jar</code> URL or any of
  the UNO-Type-Path URLs specified in the given JAR are malformed.</DL>
 </DD>
 </DL>
@@ -284,12 +287,12 @@ public <A HREF="http://java.sun.com/j2se
 <A NAME="execute(java.net.URL, java.lang.String[])"><!-- --></A><H3>
 execute</H3>
 <PRE>
-public void <B>execute</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;jar,
-                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]&nbsp;arguments)
-             throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
-                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A>,
-                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/NoSuchMethodException.html" title="class or interface in java.lang">NoSuchMethodException</A>,
-                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/reflect/InvocationTargetException.html" title="class or interface in java.lang.reflect">InvocationTargetException</A></PRE>
+public void <B>execute</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;jar,
+                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;arguments)
+             throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
+                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A>,
+                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</A>,
+                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</A></PRE>
 <DL>
 <DD>Executes a UNO JAR.
 <P>
@@ -299,14 +302,14 @@ public void <B>execute</B>(<A HREF="http
  the specified Main-Class of the given JAR <code>jar</code>; must not be
  <code>null</code>.
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if there are any problems processing the given JAR
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if there are any problems processing the given JAR
  <code>jar</code>.
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></CODE> - if the given JAR <code>jar</code> does not
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE> - if the given JAR <code>jar</code> does not
  specify a Main-Class, or if the specified Main-Class cannot be found.
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/NoSuchMethodException.html" title="class or interface in java.lang">NoSuchMethodException</A></CODE> - if the specified Main-Class of the given
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</A></CODE> - if the specified Main-Class of the given
  JAR <code>jar</code> does not have an appropriate <code>main</code>
  method.
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/reflect/InvocationTargetException.html" title="class or interface in java.lang.reflect">InvocationTargetException</A></CODE> - if an exception occurs while executing
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</A></CODE> - if an exception occurs while executing
  the <code>main</code> method of the specified Main-Class of the given JAR
  <code>jar</code>.</DL>
 </DD>
@@ -316,8 +319,8 @@ public void <B>execute</B>(<A HREF="http
 <A NAME="getJarMainAttributes(java.net.URL)"><!-- --></A><H3>
 getJarMainAttributes</H3>
 <PRE>
-public static <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/util/jar/Attributes.html" title="class or interface in java.util.jar">Attributes</A> <B>getJarMainAttributes</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;jar)
-                                       throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
+public static <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/util/jar/Attributes.html?is-external=true" title="class or interface in java.util.jar">Attributes</A> <B>getJarMainAttributes</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;jar)
+                                       throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Obtains the main section of the manifest of a JAR.
 <P>
@@ -327,7 +330,7 @@ public static <A HREF="http://java.sun.c
  given JAR <code>jar</code>, or <code>null</code> if the given JAR does
  not have a manifest.
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if there are any problems processing the given JAR
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if there are any problems processing the given JAR
  <code>jar</code>.</DL>
 </DD>
 </DL>
@@ -393,5 +396,5 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/UnoLoader.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/UnoLoader.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/UnoLoader.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/UnoLoader.html Wed Jun 20 05:13:31 2012
@@ -1,28 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:14 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 UnoLoader (Java UNO Runtime Reference)
 </TITLE>
 
-<META NAME="keywords" CONTENT="com.sun.star.lib.unoloader.UnoLoader class">
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="UnoLoader (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="UnoLoader (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -89,12 +92,12 @@ com.sun.star.lib.unoloader</FONT>
 <BR>
 Class UnoLoader</H2>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.sun.star.lib.unoloader.UnoLoader</B>
 </PRE>
 <HR>
 <DL>
-<DT><PRE>public final class <B>UnoLoader</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
+<DT><PRE>public final class <B>UnoLoader</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
 </PRE>
 
 <P>
@@ -123,9 +126,9 @@ A helper class for executing UNO JARs.
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>static&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoLoader.html#execute(java.net.URL, java.net.URL, java.lang.String[])">execute</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;base,
-        <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;jar,
-        <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]&nbsp;arguments)</CODE>
+<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/unoloader/UnoLoader.html#execute(java.net.URL, java.net.URL, java.lang.String[])">execute</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;base,
+        <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;jar,
+        <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;arguments)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Executes a UNO JAR.</TD>
@@ -134,10 +137,10 @@ A helper class for executing UNO JARs.
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://
 java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -156,13 +159,13 @@ A helper class for executing UNO JARs.
 <A NAME="execute(java.net.URL, java.net.URL, java.lang.String[])"><!-- --></A><H3>
 execute</H3>
 <PRE>
-public static void <B>execute</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;base,
-                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;jar,
-                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]&nbsp;arguments)
-                    throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
-                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A>,
-                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/NoSuchMethodException.html" title="class or interface in java.lang">NoSuchMethodException</A>,
-                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/reflect/InvocationTargetException.html" title="class or interface in java.lang.reflect">InvocationTargetException</A></PRE>
+public static void <B>execute</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;base,
+                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;jar,
+                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;arguments)
+                    throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
+                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A>,
+                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</A>,
+                           <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</A></PRE>
 <DL>
 <DD>Executes a UNO JAR.
 <P>
@@ -174,14 +177,14 @@ public static void <B>execute</B>(<A HRE
  the specified Main-Class of the given JAR <code>jar</code>; must not be
  <code>null</code>.
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if the given <code>base</code> URL is malformed, or
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if the given <code>base</code> URL is malformed, or
  if there are any problems processing the given JAR <code>jar</code>.
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></CODE> - if the given JAR <code>jar</code> does not
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE> - if the given JAR <code>jar</code> does not
  specify a Main-Class, or if the specified Main-Class cannot be found.
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/NoSuchMethodException.html" title="class or interface in java.lang">NoSuchMethodException</A></CODE> - if the specified Main-Class of the given
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</A></CODE> - if the specified Main-Class of the given
  JAR <code>jar</code> does not have an appropriate <code>main</code>
  method.
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/reflect/InvocationTargetException.html" title="class or interface in java.lang.reflect">InvocationTargetException</A></CODE> - if an exception occurs while executing
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</A></CODE> - if an exception occurs while executing
  the <code>main</code> method of the specified Main-Class of the given JAR
  <code>jar</code>.</DL>
 </DD>
@@ -248,5 +251,5 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/class-use/UnoClassLoader.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/class-use/UnoClassLoader.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/class-use/UnoClassLoader.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/class-use/UnoClassLoader.html Wed Jun 20 05:13:31 2012
@@ -1,27 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:16 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 Uses of Class com.sun.star.lib.unoloader.UnoClassLoader (Java UNO Runtime Reference)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class com.sun.star.lib.unoloader.UnoClassLoader (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class com.sun.star.lib.unoloader.UnoClassLoader (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ UDK 3.2.7 Java API Reference</EM>
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?com/sun/star/lib/unoloader/class-use/UnoClassLoader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?com/sun/star/lib/unoloader//class-useUnoClassLoader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="UnoClassLoader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -114,7 +118,7 @@ UDK 3.2.7 Java API Reference</EM>
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?com/sun/star/lib/unoloader/class-use/UnoClassLoader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?com/sun/star/lib/unoloader//class-useUnoClassLoader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="UnoClassLoader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,5 +140,5 @@ UDK 3.2.7 Java API Reference</EM>
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/class-use/UnoLoader.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/class-use/UnoLoader.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/class-use/UnoLoader.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/class-use/UnoLoader.html Wed Jun 20 05:13:31 2012
@@ -1,27 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:16 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 Uses of Class com.sun.star.lib.unoloader.UnoLoader (Java UNO Runtime Reference)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class com.sun.star.lib.unoloader.UnoLoader (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class com.sun.star.lib.unoloader.UnoLoader (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ UDK 3.2.7 Java API Reference</EM>
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?com/sun/star/lib/unoloader/class-use/UnoLoader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?com/sun/star/lib/unoloader//class-useUnoLoader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="UnoLoader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -114,7 +118,7 @@ UDK 3.2.7 Java API Reference</EM>
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?com/sun/star/lib/unoloader/class-use/UnoLoader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?com/sun/star/lib/unoloader//class-useUnoLoader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="UnoLoader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,5 +140,5 @@ UDK 3.2.7 Java API Reference</EM>
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-frame.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-frame.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-frame.html Wed Jun 20 05:13:31 2012
@@ -1,20 +1,20 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:15 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 com.sun.star.lib.unoloader (Java UNO Runtime Reference)
 </TITLE>
 
-<META NAME="keywords" CONTENT="com.sun.star.lib.unoloader package">
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white">
+<BODY BGCOLOR="white">
 <FONT size="+1" CLASS="FrameTitleFont">
 <A HREF="../../../../../com/sun/star/lib/unoloader/package-summary.html" target="classFrame">com.sun.star.lib.unoloader</A></FONT>
 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
@@ -30,5 +30,5 @@ Classes</FONT>&nbsp;
 </TABLE>
 
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-summary.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-summary.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-summary.html Wed Jun 20 05:13:31 2012
@@ -1,28 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:15 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 com.sun.star.lib.unoloader (Java UNO Runtime Reference)
 </TITLE>
 
-<META NAME="keywords" CONTENT="com.sun.star.lib.unoloader package">
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="com.sun.star.lib.unoloader (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="com.sun.star.lib.unoloader (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -154,5 +157,5 @@ UDK 3.2.7 Java API Reference</EM>
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-tree.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-tree.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-tree.html Wed Jun 20 05:13:31 2012
@@ -1,27 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:15 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 com.sun.star.lib.unoloader Class Hierarchy (Java UNO Runtime Reference)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="com.sun.star.lib.unoloader Class Hierarchy (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="com.sun.star.lib.unoloader Class Hierarchy (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -87,10 +91,10 @@ Hierarchy For Package com.sun.star.lib.u
 Class Hierarchy
 </H2>
 <UL>
-<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang"><B>Object</B></A><UL>
-<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html" title="class or interface in java.lang"><B>ClassLoader</B></A><UL>
-<LI TYPE="circle">java.security.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html" title="class or interface in java.security"><B>SecureClassLoader</B></A><UL>
-<LI TYPE="circle">java.net.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html" title="class or interface in java.net"><B>URLClassLoader</B></A><UL>
+<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
+<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><B>ClassLoader</B></A><UL>
+<LI TYPE="circle">java.security.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html?is-external=true" title="class or interface in java.security"><B>SecureClassLoader</B></A><UL>
+<LI TYPE="circle">java.net.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true" title="class or interface in java.net"><B>URLClassLoader</B></A><UL>
 <LI TYPE="circle">com.sun.star.lib.unoloader.<A HREF="../../../../../com/sun/star/lib/unoloader/UnoClassLoader.html" title="class in com.sun.star.lib.unoloader"><B>UnoClassLoader</B></A></UL>
 </UL>
 </UL>
@@ -151,5 +155,5 @@ UDK 3.2.7 Java API Reference</EM>
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-use.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-use.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-use.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/unoloader/package-use.html Wed Jun 20 05:13:31 2012
@@ -1,27 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:17 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 Uses of Package com.sun.star.lib.unoloader (Java UNO Runtime Reference)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package com.sun.star.lib.unoloader (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Package com.sun.star.lib.unoloader (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -136,5 +140,5 @@ UDK 3.2.7 Java API Reference</EM>
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/UrlToFileMapper.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/UrlToFileMapper.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/UrlToFileMapper.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/UrlToFileMapper.html Wed Jun 20 05:13:31 2012
@@ -1,28 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:12 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:37 CEST 2012 -->
 <TITLE>
 UrlToFileMapper (Java UNO Runtime Reference)
 </TITLE>
 
-<META NAME="keywords" CONTENT="com.sun.star.lib.util.UrlToFileMapper class">
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="UrlToFileMapper (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="UrlToFileMapper (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -89,12 +92,12 @@ com.sun.star.lib.util</FONT>
 <BR>
 Class UrlToFileMapper</H2>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.sun.star.lib.util.UrlToFileMapper</B>
 </PRE>
 <HR>
 <DL>
-<DT><PRE>public final class <B>UrlToFileMapper</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
+<DT><PRE>public final class <B>UrlToFileMapper</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
 </PRE>
 
 <P>
@@ -120,8 +123,8 @@ Maps Java URL representations to File re
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/File.html" title="class or interface in java.io">File</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/util/UrlToFileMapper.html#mapUrlToFile(java.net.URL)">mapUrlToFile</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;url)</CODE>
+<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../com/sun/star/lib/util/UrlToFileMapper.html#mapUrlToFile(java.net.URL)">mapUrlToFile</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;url)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maps Java URL representations to File representations.</TD>
@@ -130,10 +133,10 @@ Maps Java URL representations to File re
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://
 java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -152,7 +155,7 @@ Maps Java URL representations to File re
 <A NAME="mapUrlToFile(java.net.URL)"><!-- --></A><H3>
 mapUrlToFile</H3>
 <PRE>
-public static <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/File.html" title="class or interface in java.io">File</A> <B>mapUrlToFile</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;url)</PRE>
+public static <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> <B>mapUrlToFile</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A>&nbsp;url)</PRE>
 <DL>
 <DD>Maps Java URL representations to File representations.
 <P>
@@ -223,5 +226,5 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/class-use/UrlToFileMapper.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/class-use/UrlToFileMapper.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/class-use/UrlToFileMapper.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/class-use/UrlToFileMapper.html Wed Jun 20 05:13:31 2012
@@ -1,27 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:16 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 Uses of Class com.sun.star.lib.util.UrlToFileMapper (Java UNO Runtime Reference)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class com.sun.star.lib.util.UrlToFileMapper (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class com.sun.star.lib.util.UrlToFileMapper (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ UDK 3.2.7 Java API Reference</EM>
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?com/sun/star/lib/util/class-use/UrlToFileMapper.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?com/sun/star/lib/util//class-useUrlToFileMapper.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="UrlToFileMapper.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -114,7 +118,7 @@ UDK 3.2.7 Java API Reference</EM>
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?com/sun/star/lib/util/class-use/UrlToFileMapper.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?com/sun/star/lib/util//class-useUrlToFileMapper.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="UrlToFileMapper.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,5 +140,5 @@ UDK 3.2.7 Java API Reference</EM>
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-frame.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-frame.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-frame.html Wed Jun 20 05:13:31 2012
@@ -1,20 +1,20 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:15 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 com.sun.star.lib.util (Java UNO Runtime Reference)
 </TITLE>
 
-<META NAME="keywords" CONTENT="com.sun.star.lib.util package">
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white">
+<BODY BGCOLOR="white">
 <FONT size="+1" CLASS="FrameTitleFont">
 <A HREF="../../../../../com/sun/star/lib/util/package-summary.html" target="classFrame">com.sun.star.lib.util</A></FONT>
 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
@@ -28,5 +28,5 @@ Classes</FONT>&nbsp;
 </TABLE>
 
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-summary.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-summary.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-summary.html Wed Jun 20 05:13:31 2012
@@ -1,28 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:15 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 com.sun.star.lib.util (Java UNO Runtime Reference)
 </TITLE>
 
-<META NAME="keywords" CONTENT="com.sun.star.lib.util package">
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="com.sun.star.lib.util (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="com.sun.star.lib.util (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -150,5 +153,5 @@ UDK 3.2.7 Java API Reference</EM>
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-tree.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-tree.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-tree.html Wed Jun 20 05:13:31 2012
@@ -1,27 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:15 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 com.sun.star.lib.util Class Hierarchy (Java UNO Runtime Reference)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="com.sun.star.lib.util Class Hierarchy (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="com.sun.star.lib.util Class Hierarchy (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -87,7 +91,7 @@ Hierarchy For Package com.sun.star.lib.u
 Class Hierarchy
 </H2>
 <UL>
-<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang"><B>Object</B></A><UL>
+<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
 <LI TYPE="circle">com.sun.star.lib.util.<A HREF="../../../../../com/sun/star/lib/util/UrlToFileMapper.html" title="class in com.sun.star.lib.util"><B>UrlToFileMapper</B></A></UL>
 </UL>
 <HR>
@@ -145,5 +149,5 @@ UDK 3.2.7 Java API Reference</EM>
 
 <HR>
 
-</body>
+</BODY>
 </HTML>

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-use.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-use.html?rev=1351939&r1=1351938&r2=1351939&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-use.html (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/lib/util/package-use.html Wed Jun 20 05:13:31 2012
@@ -1,27 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--NewPage-->
 <HTML>
-<head>
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:17 CEST 2009 -->
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
 <TITLE>
 Uses of Package com.sun.star.lib.util (Java UNO Runtime Reference)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-06-13">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package com.sun.star.lib.util (Java UNO Runtime Reference)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Package com.sun.star.lib.util (Java UNO Runtime Reference)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
 </NOSCRIPT>
 
-</head>
+</HEAD>
 
-<body BGCOLOR="white" onload="windowTitle();">
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -136,5 +140,5 @@ UDK 3.2.7 Java API Reference</EM>
 
 <HR>
 
-</body>
+</BODY>
 </HTML>