org.apache.myfaces.custom.aliasbean
public class AliasBean extends UIComponentBase
Version: $Revision: 169189 $ $Date: 2005-05-09 01:03:38 +0200 (Mon, 09 May 2005) $
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY |
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| AliasBean() | |
| Method Summary | |
|---|---|
| void | broadcast(FacesEvent event) |
| String | getFamily() |
| String | getValue() |
| void | processDecodes(FacesContext context) |
| void | processRestoreState(FacesContext context, Object state) |
| Object | processSaveState(FacesContext context) |
| void | processUpdates(FacesContext context) |
| void | processValidators(FacesContext context) |
| void | queueEvent(FacesEvent event) |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setAlias(String aliasBeanExpression) |
| void | setValue(String valueExpression) |