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 anInputStreamorbyte[]property in thevalueattribute, 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 thevarattribute.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 itsforattribute (if any).Param<T> The<o:param>is a component that extends the standardUIParameterto implementValueHolderand thus support aConverterto convert the supplied value to string, if necessary.PathParam<T> The<o:pathParam>is a component that extends the OmniFacesParamto supportMultiViewsfeature 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 thevarattribute instead of rendering it. -
Enum Summary Enum Description SitemapUrl.ChangeFrequency The available values of the "changefreq" element of the sitemap URL.