/[Apache-SVN]/myfaces/site/javadoc/org/apache/myfaces/util/ClassUtils.html
ViewVC logotype

Diff of /myfaces/site/javadoc/org/apache/myfaces/util/ClassUtils.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/site/javadoc/org/apache/myfaces/util/ClassUtils.html	2005/05/05 04:32:11	168264
+++ myfaces/site/javadoc/org/apache/myfaces/util/ClassUtils.html	2005/05/05 04:34:46	168265
@@ -2,7 +2,6 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_05) on Tue May 03 12:06:09 CEST 2005 -->
 <TITLE>
 ClassUtils (Apache MyFaces API Documentation)
 </TITLE>
@@ -95,7 +94,7 @@ java.lang.Object
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 167530 $ $Date: 2005-01-19 14:18:04 +0100 (Wed, 19 Jan 2005) $
+  <DD>$Revision: 168205 $ $Date: 2005-05-04 18:59:21 -0400 (Wed, 04 May 2005) $
  $Log$
  Revision 1.11  2005/01/19 13:18:04  mmarinschek
  better logging of component information
@@ -133,7 +132,7 @@ java.lang.Object
  Revision 1.12  2004/03/30 13:27:50  manolito
  new getResourceAsStream method</DD>
 <DT><B>Author:</B></DT>
-  <DD>Manfred Geiler (latest modification by $Author: mmarinschek $), Anton Koinov</DD>
+  <DD>Manfred Geiler (latest modification by $Author: schof $), Anton Koinov</DD>
 </DL>
 <HR>
 
@@ -321,8 +320,7 @@ java.lang.Object
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tries a Class.forName with the context class loader of the current thread first and
- automatically falls back to the ClassUtils class loader (i.e. the loader of the
- myfaces.jar lib) if necessary.</TD>
+ automatically falls back to the ClassUtils class loader (i.e.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -335,6 +333,14 @@ java.lang.Object
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static&nbsp;java.lang.ClassLoader</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/myfaces/util/ClassUtils.html#getCurrentLoader(java.lang.Object)">getCurrentLoader</A></B>(java.lang.Object&nbsp;defaultObject)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the ClassLoader associated with the current thread.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>static&nbsp;java.io.InputStream</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/myfaces/util/ClassUtils.html#getResourceAsStream(java.lang.String)">getResourceAsStream</A></B>(java.lang.String&nbsp;resource)</CODE>
 
@@ -734,6 +740,21 @@ public static java.lang.Object <B>conver
 </DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="getCurrentLoader(java.lang.Object)"><!-- --></A><H3>
+getCurrentLoader</H3>
+<PRE>
+protected static java.lang.ClassLoader <B>getCurrentLoader</B>(java.lang.Object&nbsp;defaultObject)</PRE>
+<DL>
+<DD>Gets the ClassLoader associated with the current thread.  Returns the class loader associated with 
+ the specified default object if no context loader is associated with the current thread.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>defaultObject</CODE> - The default object to use to determine the class loader (if none associated with current thread.)
+<DT><B>Returns:</B><DD>ClassLoader</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26