Uses of Class
org.omnifaces.component.output.OutputFamily
-
Packages that use OutputFamily Package Description org.omnifaces.component.output -
-
Uses of OutputFamily in org.omnifaces.component.output
Subclasses of OutputFamily in org.omnifaces.component.output Modifier and Type Class Description classCacheThe<o:cache>component allows to cache a fragment of rendered markup.classConditionalCommentThe<o:conditionalComment>component renders a conditional comment.classResourceIncludeThe<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.classSitemapUrlThe<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>.classUrlThe<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.
-