| Package | Description | 
|---|---|
| javax.faces.component | Fundamental APIs for user
interface components. | 
| javax.faces.component.html | Specialized user
interface component classes for HTML. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ActionSource2ActionSource2 extends  ActionSourceand
 provides a JavaBeans property analogous to the "action"
 property onActionSource. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UICommandUICommand is a  UIComponentthat represents
 a user interface component which, when activated by the user, triggers
 an application specific "command" or "action". | 
| class  | UIViewActionUIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HtmlCommandButtonRepresents an HTML  inputelement
 for a button of typesubmitorreset. | 
| class  | HtmlCommandLinkRepresents an HTML  aelement for a hyperlink that acts
 like a submit button. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.