portal

Tag runtime

Component Information 
InfoValue
Component Typecom.liferay.faces.portal.component.runtime.Runtime
Handler ClassNone
Renderer Typecom.liferay.faces.portal.component.runtime.RuntimeRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejavax.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.
defaultPreferencesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
XML markup in the form:
<preferences><preference><name></name><value></value></preference></preferences>
This value is persisted in the Liferay database when the embedded portlet is rendered for the first time.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
portletNametruejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the portlet. For out-of-the-box portlets, refer to the portlet-name element of the liferay-portlet.xml descriptor.
queryStringfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Optional query string parameters that will be added to the request dispatcher that invokes the portlet's RENDER_PHASE.
renderedfalsejavax.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 is true.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.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.

Output generated by Vdldoc View Declaration Language Documentation Generator.