javax.faces.component
public class UIOutput extends UIComponentBase implements ValueHolder
Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
Constructor Summary | |
---|---|
UIOutput() |
Method Summary | |
---|---|
Converter | getConverter() |
String | getFamily() |
Object | getLocalValue() |
Object | getValue() |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setConverter(Converter converter) |
void | setValue(Object value) |