<o:sitemapUrl>
is a component which renders the given target URL or JSF view ID as a sitemap
URL with support for adding additional query string parameters to the URL via nested <f:param>
and <o:param>
.
Info | Value |
---|---|
Component Type | org.omnifaces.component.output.SitemapUrl |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent )
|
The ValueExpression linking this component to a property in a backing bean.
|
changeFrequency | false | jakarta.el.ValueExpression
(must evaluate to org.omnifaces.component.output.SitemapUrl.ChangeFrequency )
| The value of the "changefreq" element of the sitemap URL. Must be one of the known enum values. A runtime exception will be thrown if an unsupported value is used. |
domain | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
The domain of the "loc" element of the sitemap 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.
A runtime exception will be thrown if an unsupported value is used.
Defaults to current domain.
This is ignored when value attribute is specified.
|
id | false | jakarta.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. |
lastModified | false | jakarta.el.ValueExpression
(must evaluate to java.time.Temporal )
| The value of the "lastmod" element of the sitemap URL. |
priority | false | jakarta.el.ValueExpression
(must evaluate to java.math.BigDecimal )
| The value of the "priority" element of the sitemap URL. Must be between 0.0 and 1.0. A runtime exception will be thrown if an unsupported value is used. |
rendered | false | jakarta.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. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
The value of the "loc" element of the sitemap URL.
When specified, then the viewId and domain attributes are ignored.
|
viewId | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
The view ID to create the URI part of the "loc" element of the sitemap URL for.
This is ignored when value attribute is specified.
|
Output generated by Vdldoc View Declaration Language Documentation Generator.