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

Portal Utilities


Standard Syntax:
     <%@ taglib prefix="utility" uri="http://www.bea.com/servers/p13n/tags/utility" %>

XML Syntax:
     <anyxmlelement xmlns:utility="http://www.bea.com/servers/p13n/tags/utility" />

Basic utility functions.

Tag Library Information
Display NamePortal Utilities
Version1.0
Short Nameutility
URIhttp://www.bea.com/servers/p13n/tags/utility
 

Tag Summary
forEachInArray Iterate over an array. The body of the tag is executed once for each item in the array.
transposeArray Transpose a standard 2-dimensional [row][column] array to a [column][row] array.
counter Create a loop. The body of the tag is executed once for each value of the loop counter.
isNull Execute the body of the tag if a value is null. In the case of a String, an empty string (zero length) will also be treated as if it were "null". A null Object or an empty string will cause the body to execute.
notNull Execute the body of the tag if a value is non-null. In the case of a String, an empty string (zero length) will also be treated as if it were "null". A non-null Object or a non-empty string will cause the body to execute.
simpleReport Deprecated. It is recommended that all database access be done in the server layer. Creates a 2-d array out of a simple query.
uriContent Pull content from a URL into a variable. It is best used for grabbing text-heavy pages.
date Get a formatted date-time String based on the user's time zone preference.
convertSpecialChars Convert characters which would normally signify special meaning to an HTML browser into characters which can be displayed as intended. The converted string is inlined to the JSP page.
 


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.