Module org.omnifaces
Package org.omnifaces.component.output
-
Class Summary 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 anInputStream
orbyte[]
property in thevalue
attribute, optionally as a data URI.Link The<o:link>
is a component that extends the standard<h:link>
and allows including the request query string parameters of the current URL into the link's target URL.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 thevar
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 itsfor
attribute (if any).Param<T> The<o:param>
is a component that extends the standardUIParameter
to implementValueHolder
and thus support aConverter
to convert the supplied value to string, if necessary.PathParam<T> The<o:pathParam>
is a component that extends the OmniFacesParam
to supportMultiViews
feature ofFacesViews
.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 Faces writer.SitemapUrl The<o:sitemapUrl>
is a component which renders the given target URL or Faces 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 Faces 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 thevar
attribute instead of rendering it. -
Enum Summary Enum Description SitemapUrl.ChangeFrequency The available values of the "changefreq" element of the sitemap URL.