o

Tag sitemapUrl

Component Information 
InfoValue
Component Typeorg.omnifaces.component.output.SitemapUrl
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.
changeFrequencyfalsejakarta.el.ValueExpression
(must evaluate to org.omnifaces.component.output.SitemapUrl.ChangeFrequency)
The value of the "changefreq" element of the sitemap URL.
domainfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The domain of the "loc" element of the sitemap URL. Note: this is ignored when #getValue() is specified.
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.
lastModifiedfalsejakarta.el.ValueExpression
(must evaluate to java.time.temporal.Temporal)
The value of the "lastmod" element of the sitemap URL.
priorityfalsejakarta.el.ValueExpression
(must evaluate to java.math.BigDecimal)
The value of the "priority" element of the sitemap URL.
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 value of the "loc" element of the sitemap URL. Note: when specified, then #getViewId() and #getDomain() are ignored.
viewIdfalsejakarta.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. Note: this is ignored when #getValue() is specified.

Output generated by Vdldoc View Declaration Language Documentation Generator.