pe

Tag localized

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Localized
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.LocalizedRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
escapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify if the content needs to be escaped. Escaping is done before Markdown is applied. Default is true.
evalElfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify if the content needs to EL evaluated. Default is false.
folderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Folder of the content file, relative to /WEB-INF/pfe-localized/ (optional, if `null` root will be used).
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
String or java.util.Locale representing user locale. Default is a locale specified in view root.
markdownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify if Markdown needs to be applied on the content. Default is false.
namefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the content file, relative to /WEB-INF/pfe-localized/ and optional folder (attribute). If `null`, content is expected in facets.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.

Output generated by Vdldoc View Declaration Language Documentation Generator.