javax.faces.component

Class UIParameter

public class UIParameter extends UIComponentBase

see Javadoc of JSF Specification

Version: $Revision: 278655 $ $Date: 2005-09-05 02:33:10 +0200 (Mon, 05 Sep 2005) $

Author: Manfred Geiler (latest modification by $Author: oros $)

Field Summary
static StringCOMPONENT_FAMILY
static StringCOMPONENT_TYPE
Constructor Summary
UIParameter()
Method Summary
StringgetFamily()
StringgetName()
ObjectgetValue()
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)
voidsetName(String name)
voidsetValue(Object value)

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Detail

UIParameter

public UIParameter()

Method Detail

getFamily

public String getFamily()

getName

public String getName()

getValue

public Object getValue()

restoreState

public void restoreState(FacesContext context, Object state)

saveState

public Object saveState(FacesContext context)

setName

public void setName(String name)

setValue

public void setValue(Object value)