javax.faces.component
public class UIParameter extends UIComponentBase
Version: $Revision: 278655 $ $Date: 2005-09-05 02:33:10 +0200 (Mon, 05 Sep 2005) $
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY |
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| UIParameter() | |
| Method Summary | |
|---|---|
| String | getFamily() |
| String | getName() |
| Object | getValue() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setName(String name) |
| void | setValue(Object value) |