ResourceHandler
implementation allows the developer to map JSF resources on an URL pattern of
/javax.faces.resource/*
(basically, the value of ResourceHandler.RESOURCE_IDENTIFIER
) without
the need for an additional FacesServlet
prefix or suffix URL pattern in the default produced resource URLs,
such as /javax.faces.resource/faces/css/style.css
or
/javax.faces.resource/css/style.css.xhtml
.FacesException
(Mojarra) or ELException
(MyFaces) and then return it.Beans.isProxy(Object)
.UIData
component at the given zero-based column index.UIData
component at the given zero-based row index.<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.Copyright © 2012–2022 OmniFaces. All rights reserved.