Class HtmlOutcomeTargetButton

java.lang.Object
All Implemented Interfaces:
ClientBehaviorHolder, PartialStateHolder, StateHolder, TransientStateHolder, ValueHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder, EventListener

public class HtmlOutcomeTargetButton extends UIOutcomeTarget implements ClientBehaviorHolder

Represents an HTML input 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 the outcome property. The button behaves like a link, so the current form is not submitted when it is activated (the transitive of how the UICommandLink behaves like a submit button).

By default, the rendererType property must be set to "jakarta.faces.Button". This value can be changed by calling the setRendererType() method.