BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

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

Documentation

Defines an instance of a portlet to be displayed on a page.

Properties
This component is not nillable.

Model
<portlet-content
  content-uri = xs:string
  default-minimized = xs:boolean : false
  disable-classifications = xs:string
  enabled-classifications = xs:string
  instance-label = xs:string
  orientation = xs:string : top
  title = xs:string>

</portlet-content>


Attribute Summary
 xs:stringcontent-uri
          

A URI for a .

 
 xs:booleandefault-minimized
          

Specify "true" for the portlet to be minimized when it is rendered.

 
 xs:stringdisable-classifications
          

Prevents the portlet from displaying in any of the device types that are listed in the "enabled-classifications" attribute.

 
 xs:stringenabled-classifications
          

Specifies the device types in which this portlet can display (for example, on a mobile device).

 
 xs:stringinstance-label
          

A unique identifier for the portlet instance.

 
 xs:stringorientation
          

Hint to the skeleton to position the portlet titlebar on the top, bottom, left, or right side of the portlet.

 
 xs:stringtitle
          

The title for this portlet instance, which displays in the portlet's titlebar.

 

Attribute Detail

content-uri

A URI for a .portlet file that defines the portlet. The URI must be relative to the root of the Web application.

Type:
xs:string
Use:
required
Form:
unqualified

default-minimized

Specify "true" for the portlet to be minimized when it is rendered. Include this attribute only if you want to override the default value provided by the .portlet file.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

disable-classifications

Prevents the portlet from displaying in any of the device types that are listed in the "enabled-classifications" attribute. However, the portlet will display in any devices that are defined in <project> \WEB-INF\client-classifications.xml but are not listed in the "enabled-classifications" attribute.

Type:
xs:string
Use:
optional
Form:
unqualified

enabled-classifications

Specifies the device types in which this portlet can display (for example, on a mobile device). The list of valid devices is in the from <project> \WEB-INF\client-classifications.xml file.

Type:
xs:string
Use:
optional
Form:
unqualified

instance-label

A unique identifier for the portlet instance.

Type:
xs:string
Use:
required
Form:
unqualified

orientation

Hint to the skeleton to position the portlet titlebar on the top, bottom, left, or right side of the portlet. Following are the numbers used for each orientation value: top=0, left=1, right=2, bottom=3. Include this attribute only if you want to override the default orientation provided by the .portlet file.

Type:
xs:string
Default:
top
Use:
optional
Form:
unqualified

title

The title for this portlet instance, which displays in the portlet's titlebar. This attribute overrides the default title provided by the .portlet file.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="portlet-content">
<xs:complexType>
<xs:attribute name="content-uri" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="title" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="instance-label" type="xs:string" use="required">
</xs:attribute>
<xs:attribute default="top" name="orientation" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute default="false" name="default-minimized" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="disable-classifications" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="enabled-classifications" type="xs:string" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation