BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

http://www.bea.com/servers/portal/weblogic-portal/8.0
element page-extension

Documentation

Adds a book or portlet to an existing page by doing the following:

A page displays a set of portlets or books. It uses a layout to specify where its portlets and books display.

Properties
This component is not nillable.

Model
<page-extension>
(page-location, (book-content | portlet-content) )
</page-extension>


Nested Element Summary
 book-content
          
 page-location
          
 portlet-content
          
Source
<xs:element name="page-extension">
<xs:complexType>
<xs:sequence>
<xs:element ref="page-location"/>
<xs:choice>
<xs:element ref="book-content"/>
<xs:element ref="portlet-content"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation