o

Tag url

Component Information 
InfoValue
Component Typeorg.omnifaces.component.output.Url
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
domainfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The domain of the URL. Defaults to current domain.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
includeRequestParamsfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether or not the request query string parameters should be encoded into the URL. Defaults to false. When set to true, then this will override the includeViewParams setting.
includeViewParamsfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether or not the view parameters should be encoded into the URL. Defaults to false. This setting is ignored when includeRequestParams is set to true.
renderedfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The target URL to encode. When specified, the domain and viewId attributes are ignored.
varfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The variable name which exposes the URL into the request scope.
viewIdfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The view ID to create URL for. Defaults to current view ID. This is ignored when value attribute is specified.

Output generated by Vdldoc View Declaration Language Documentation Generator.