svn commit: rev 36624 - avalon/trunk/central/site/src/xdocs/planet/facilities/reflector
[email protected] 19 Aug 2004 18:55:17 -0000
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: niclas
Date: Thu Aug 19 11:55:17 2004
New Revision: 36624
Modified:
avalon/trunk/central/site/src/xdocs/planet/facilities/reflector/using.xml
Log:
Extra nbsp.
Modified: avalon/trunk/central/site/src/xdocs/planet/facilities/reflector/using.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/planet/facilities/reflector/using.xml (original)
+++ avalon/trunk/central/site/src/xdocs/planet/facilities/reflector/using.xml Thu Aug 19 11:55:17 2004
@@ -147,7 +147,7 @@
<tr>
<td>
String[] getNames( Object container )<br/>
- throws ReflectionException;
+     throws ReflectionException;
</td>
<td>
This method should return an array of all the members of the
@@ -160,7 +160,7 @@
<tr>
<td>
Class getClass( Object container, String membername )<br/>
- throws ReflectionException;
+     throws ReflectionException;
</td>
<td>
Return the Class of the member. The Class returned must be the
@@ -174,8 +174,8 @@
</tr>
<tr>
<td>
- Object getMemberObject( Object container, String membername )<br/>
- throws ReflectionException;
+ Object getMemberObject(<br/>    Object container, String membername )<br/>
+     throws ReflectionException;
</td>
<td>
Return the object with the given membername.
@@ -183,8 +183,8 @@
</tr>
<tr>
<td>
- void setMemberObject( Object container, String membername, Object value )<br/>
- throws ReflectionException;
+ void setMemberObject(     Object container, String membername, Object value )<br/>
+     throws ReflectionException;
</td>
<td>
Assignment of a new value to a member. For primitive types and
@@ -200,8 +200,8 @@
</tr>
<tr>
<td>
- boolean isSettable( Object container, String memberName )<br/>
- throws ReflectionException;
+ boolean isSettable( Object container, String memberName )<br/>
+     throws ReflectionException;
</td>
<td>
This method should return <code>true</code> if it is possible