| An ArrayLookup can access indexed properties on objects. A Bean
Introspector can be used to get the available indexed properties from
an object, however, the only ones supported by Tea are unnamed.
For this reason, the Introspector is not used. Any class with methods named
"get" that return something and have a single parameter (the type of which
is not limited to ints) will support an array lookup.
Arrays, Collections and Strings are treated specially, and they all
support array lookup on an int typed index.
author: Brian S O'Neill version: 23 , 9/07/00 See Also: com.go.tea.util.BeanAnalyzer |