Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

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.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.