Transformer Tags


This library contains legacy PT Transformer Tags from the 5.0 portal that are not in the standard library.

Tag Library Information
Name transformer
Version1.0
 

Tag Summary
//images The pt://images URL replacement marker is replaced with the URL to the portal Image Service (previously called the image server).
//styles The pt://styles URL replacement marker is replaced with the current portal stylesheet links for display in hosted pages and portlets.
Note: The pt:standard.stylesheets tag should be used to reference the portal stylesheet in HEAD or BODY tags on gatewayed pages. (Hosted pages and portlets cannot contain HEAD or BODY tags.)
//return The pt://return URL replacement marker is replaced with a URL that returns users to the portal page from which they came.
namespace The pt:namespace tag allows you to define your own token (in the pt:token attribute), which is replaced with the portlet ID. Valid values for the token must be in the ASCII range 0x21 to 0x7E, excluding "<". The scope of the token runs from the tag defining it to the end of the file; you cannot use a token prior to defining it. A second pt:namespace tag with a different token redefines it; two tokens cannot be defined at the same time.
transformer The pt:transformer tag turns off URL transformation on a gatewayed page. Set the pt:fixurl attribute to "off" to disable URL transformation.
url The pt:url tag transforms URLs that should be gatewayed. If the URL in the pt:href attribute is outside
the gateway, it will be transformed to an absolute URL.
userinfo The pt:userinfo tag is replaced with the value of the specified User Information setting.
usersetting This pt:usersetting tag is replaced with the value of the specified user preference from the Plumtree database. This tag will decode %uHHHH encoded values stored in the Plumtree database.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.