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.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 JSF view ID as a bookmarkable URL with support
for exposing it into the request scope by the variable name as specified by the var
attribute instead of
rendering it.Copyright © 2012–2016 OmniFaces. All rights reserved.