Windchill Client Architecture Common Components
Tag setPageTitle


This tag provides an interface for setting a browser window's page title from a JSP file. The tag takes its three attributes and set them in the HttpServletRequest. This data is later used by the DefaultNavigationDelegate to set the browser window's page title.


Tag Information
Tag Classcom.ptc.core.components.tags.navigation.SetPageTitleTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
pageTitleResourceKeytruetruejava.lang.StringThis is a resource key for a the page title string.
pageTitleResourceBundlefalsetruejava.lang.StringThis is the fully qualified path and name of the resourceBundle that the above specified key exists in.
isContainerAwarefalsetruebooleanIf true, a container type constant will be added to the beginning of the resource key in order to form a new container-specific resource key.

Variables
No Variables Defined.


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