Uiinfrastructure API Docs  
 

ComponentMgr.GetPageHeadContent Method 

This method is meant to return the page-level head content for components of this type. This method just returns null. It could have been abstract, but many components do need to use it. If you need this, you should override it.

public virtual HTMLElementCollection GetPageHeadContent();

Return Value

The HTML and script that should go into the head tag.

See Also

ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace