| Class | Description |
|---|---|
| Cache |
The
<o:cache> component allows to cache a fragment of rendered markup. |
| ConditionalComment |
The
<o:conditionalComment> component renders a conditional comment. |
| GraphicImage |
The
<o:graphicImage> is a component that extends the standard <h:graphicImage>
with support for referencing an InputStream or byte[] property in the value
attribute, optionally as a data URI. |
| OutputFamily |
Base class which is to be shared between all components of the Output family.
|
| OutputFormat |
The
<o:outputFormat> is a component that extends the standard <h:outputFormat>
with support for capturing the output and exposing it into the request scope by the variable name as specified by the
var attribute. |
| OutputLabel |
The
<o:outputLabel> is a component that extends the standard <h:outputLabel>
with support for automatically setting its value as the label of the component identified by its for
attribute (if any). |
| Param<T> |
The
<o:param> is a component that extends the standard UIParameter to implement ValueHolder
and thus support a Converter to convert the supplied value to string, if necessary. |
| PathParam<T> |
The
<o:pathParam> is a component that extends the OmniFaces Param to support
MultiViews feature of FacesViews. |
| ResourceInclude |
The
<o:resourceInclude> component can be used to catch the output from a JSP or Servlet
resource and render it as output to the JSF writer. |
| SitemapUrl |
The
<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>. |
| Url |
The
<o:url> is a component which renders the given target URL or JSF view ID as a bookmarkable
URL with support for adding additional query string parameters to the URL via nested <f:param>
and <o:param>, and for exposing it into the request scope by the variable name as specified by
the var attribute instead of rendering it. |
| Enum | Description |
|---|---|
| SitemapUrl.ChangeFrequency |
The available values of the "changefreq" element of the sitemap URL.
|
Copyright © 2012–2022 OmniFaces. All rights reserved.