Type to start searching...

ServicePortletRef

A reference to an application service portlet. Multiple service portlets may exist, and are intended to handle client-side behaviour within the portal container. For example, portal event or portal notification handling.

Properties
caption : string

String indentifier for caption display in the UI.

icon : string

Icon provides a means of visual recognition of the PortletRef.

name : uiIdentifier

Uniquely identifies the PortletRef.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

screen : identifier

Specifies the screen.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

showCaption : boolean

True if the caption bar of the portlet will be displayed.

style : string

Specifies the style for the portlet.

system : boolean

(Internal) True if the portlet is loaded as a system portlet, without a URL. False if loaded as a regular portlet via URL (default).

Parents
  • Application - A classic presentation layer application. (deprecated)