Portal Utilities
Tag transposeArray


Description

Transpose a standard 2-dimensional [row][column] array to a [column][row] array.


Tag Information
Tag Classcom.bea.p13n.taglib.util.TransposeArrayTag
TagExtraInfo Classcom.bea.p13n.taglib.util.TransposeArrayTagExtraInfo
Body ContentJSP
Display NameTranspose Array

Attributes
NameRequiredRequest-timeDescription
arraytruetrue The array to transpose. The array, an Object[row][column], should be "rectangular" (that is, all rows should be the same length).
idtruetrue The name of a variable which will hold the result transposed array, as a two-dimensional array [column][row] of the type described by the type attribute.
typetruetrue The type of the object contained in the array, as a java class name. You may leave off the "java.lang." prefix for classes such as Object, String, Integer, etc. The items in the array must be castable to this type, and the result will also be castable to an array of this type - if you are unsure, you can use "Object".

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.