Uses of Interface
jakarta.faces.component.ActionSource2
-
Packages that use ActionSource2 Package Description jakarta.faces.component jakarta.faces.component.html Specialized user interface component classes for HTML. -
-
Uses of ActionSource2 in jakarta.faces.component
Classes in jakarta.faces.component that implement ActionSource2 Modifier and Type Class Description class
UICommand
UICommand is aUIComponent
that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".class
UIViewAction
UIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback. -
Uses of ActionSource2 in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement ActionSource2 Modifier and Type Class Description class
HtmlCommandButton
Represents an HTMLinput
element for a button of typesubmit
orreset
.class
HtmlCommandLink
Represents an HTMLa
element for a hyperlink that acts like a submit button.class
HtmlCommandScript
Represents an HTMLscript
element for a function that acts like an ajax form submit.
-