BEA WebLogic Server 10.0 NetUI Extensions Schema Reference

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

Model
<portlet-content
  content-uri = string
  default-minimized = boolean : "false"
  disable-classifications = string
  enabled-classifications = string
  instance-label = string
  orientation = string : "top"
  title = string
/>
Disallowed substitutions (block)
none (extensions, restrictions and substitutions are allowed)
Substitution group exclusion (final)
none (extensions and restrictions are allowed)
Content Type
empty, not nillable.
Usage
This element can be the root element of XML instance documents.
This element can be the child of element page-extension.
Documentation

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


Attribute Summary
stringcontent-uri
          

A URI for a .

 
booleandefault-minimized
          

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

 
stringdisable-classifications
          

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

 
stringenabled-classifications
          

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

 
stringinstance-label
          

A unique identifier for the portlet instance.

 
stringorientation
          

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

 
stringtitle
          

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

 

Attribute Detail

content-uri

Definition

Defined with global type string

Documentation

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

Model
Attribute Usage
required
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

default-minimized

Definition

Defined with global type boolean

Documentation

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.

Model
Default Value
"false"
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, finit value space
White Space Processing
collapse

disable-classifications

Definition

Defined with global type string

Documentation

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.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

enabled-classifications

Definition

Defined with global type string

Documentation

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.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

instance-label

Definition

Defined with global type string

Documentation

A unique identifier for the portlet instance.

Model
Attribute Usage
required
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

orientation

Definition

Defined with global type string

Documentation

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.

Model
Default Value
"top"
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

title

Definition

Defined with global type string

Documentation

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

Model
Attribute Usage
required
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

BEA WebLogic Server 10.0 NetUI Extensions Schema Reference

Version: 10.0