BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

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

Documentation

The root element of a portal extension.

A portal extension adds or replaces (extends) a portal control (desktop, book, page, or portlet) in an existing portal application without modifying the application's enterprise application archive (EAR) file.

Portal extensions are scoped to a single portal Web application, and the Web application must be redeployed to pick up changes to the file.

Properties
This component is not nillable.

Model
<weblogic-portal-extension>
(provider-info, portal-file, book-extension*, page-extension*, desktop-extension? )
</weblogic-portal-extension>


Nested Element Summary
 book-extension
          
 desktop-extension
          
 page-extension
          
 portal-file
          
 provider-info
          
Source
<xs:element name="weblogic-portal-extension">
<xs:complexType>
<xs:sequence>
<xs:element ref="provider-info"/>
<xs:element ref="portal-file"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="book-extension"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="page-extension"/>
<xs:element minOccurs="0" ref="desktop-extension"/>
</xs:sequence>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation