javax.faces.component
public class UIViewRoot extends UIComponentBase
Version: $Revision: 265611 $ $Date: 2005-09-01 03:05:16 +0200 (Thu, 01 Sep 2005) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
static String | UNIQUE_ID_PREFIX |
Method Summary | |
---|---|
String | createUniqueId() |
void | encodeBegin(FacesContext context) |
String | getFamily() |
Locale | getLocale() |
String | getRenderKitId() |
String | getViewId() |
void | processApplication(FacesContext context) |
void | processDecodes(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 | setLocale(Locale locale) |
void | setRenderKitId(String renderKitId) |
void | setViewId(String viewId) |