Application_ServicePortletRef
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 : stringString indentifier for caption display in the UI.
icon : stringIcon provides a means of visual recognition of the PortletRef.
name : uiIdentifierUniquely 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 : identifierSpecifies 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 : booleanTrue if the caption bar of the portlet will be displayed.
style : stringSpecifies 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)
Parent topic: Application