portal
Tag runtime
-
- Description:
-
Runtime is a UIPanel component that embeds the markup of a different portlet within the current portlet.
-
- Since:
- 3.2.5-ga6
Info | Value |
---|---|
Component Type | com.liferay.faces.portal.component.runtime.Runtime |
Handler Class | None |
Renderer Type | com.liferay.faces.portal.component.runtime.RuntimeRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An EL expression that binds the Java reference to this component in the component tree to a bean property. |
defaultPreferences | false | javax.el.ValueExpression
(must evaluate to String )
| XML markup in the form |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A unique identifier for this component. |
portletName | true | javax.el.ValueExpression
(must evaluate to String )
| The name of the portlet. For out-of-the-box portlets, refer to the portlet-name element of the liferay-portlet.xml descriptor. |
queryString | false | javax.el.ValueExpression
(must evaluate to String )
| Optional query string parameters that will be added to the request dispatcher that invokes the portlet's RENDER_PHASE. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value of this attribute is true. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML passthrough attribute specifying the css style of the element. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |