Uses of Class
jakarta.faces.component.UIOutcomeTarget
-
Packages that use UIOutcomeTarget Package Description jakarta.faces.component.html Specialized user interface component classes for HTML. -
-
Uses of UIOutcomeTarget in jakarta.faces.component.html
Subclasses of UIOutcomeTarget in jakarta.faces.component.html Modifier and Type Class Description class
HtmlOutcomeTargetButton
Represents an HTMLinput
element of type "button" or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcome
property.class
HtmlOutcomeTargetLink
Represents an HTMLa
(hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcome
property.
-