o

Tag url

Component Information 
InfoValue
Component Typeorg.omnifaces.component.output.Url
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
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.
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.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
varfalsejava.lang.String If specified, then the URL will be exposed in the request scope by the given variable name.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The target URL to encode. When specified, the domain and viewId attributes are ignored.
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.
domainfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The domain of the URL. Valid formats are: https://example.com, //example.com, example.com, / and //. If the value equals /, then the URL becomes domain-relative. If the value equals //, then the URL becomes scheme-relative. Defaults to current domain. This is ignored when value attribute is specified.
includeViewParamsfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether to include view parameters in the URL. Defaults to false. This setting is ignored when includeRequestParams is set to true.
includeRequestParamsfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether to include request query string parameters in the URL. Defaults to false. When this setting is set to true, includeViewParams is ignored.

Output generated by Vdldoc View Declaration Language Documentation Generator.