Oracle WebCenter Interaction Web Service Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Common Adaptive Tag Library (pt:common)

The Common tag library (pt:common) provides access to useful functionality, including URL transformation and namespace definition. This library also allows you to insert error information in the page, and CSS and JavaScript references in the Head element in a gatewayed HTML page.

The Common tag library is a cross-platform tag library that can be used in both Oracle WebCenter Interaction and Oracle WebCenter Ensemble.

For a full list of tags and attributes, see the tagdocs.

Tag Function More Information
pt:common.namespace Defines a token for use in JavaScript functions and HTML elements to ensure unique names in an aggregated page. Defining a Unique Namespace Token Using Adaptive Tags
pt:common.url Transforms URLs that should be gatewayed. Transforming URLs Using Adaptive Tags
pt:common.transformer Disables and enables transformation on a gatewayed page. Transforming URLs Using Adaptive Tags
pt:common.error Displays errors on the page so that they can be placed and formatted as desired. Displaying Errors Using Adaptive Tags
pt:common.errorcode Stores a collection of the current error codes in memory. Displaying Errors Using Adaptive Tags
pt:common.errortext Displays the current error text on the page so that it can be placed and formatted as desired. Only the first error message will be displayed. Used as singleton only (does not display the contents of the tag). Displaying Errors Using Adaptive Tags
pt:common.headincludes Allows JavaScript and Style Sheet include information to be added to a specific point in the Head element of an HTML page, as required by the XHTML specification. Adding Header Content Using Adaptive Tags
pt:common.includeinhead Marks JavaScript and CSS information to be included in the Head element of the HTML page by the pt:common.headincludes tag. Adding Header Content Using Adaptive Tags
pt:common.jstransform Inserts the Oracle WebCenter Interaction Scripting Framework constructors into the Head element of the portal page (cannot be used in Oracle WebCenter Ensemble). Used as singleton only (does not display the contents of the tag). Adding Header Content Using Adaptive Tags
pt:common.userinfo Displays a specific user information setting. Accessing User Information Using Adaptive Tags

  Back to Top      Previous Next