Class Hierarchy All Classes All Fields and Methods
Class com.ibm.faces.component.UIFileProp
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase com.ibm.faces.component.UIFileProppublic class UIFileProp
extends UIComponentBase
Field Index Field Description COMPONENT_FAMILY The standard component family for this component. COMPONENT_TYPE The standard component type for this component.
Constructor Index Constructor Description UIFileProp() Constructor.
Method Index Method Description void encodeBegin(FacesContext) String getFamily() String getName() String getValue() void processUpdates(FacesContext) void setName(String) void setValue(String) void updateModel(FacesContext)
Fields
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
The standard component family for this component.
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
The standard component type for this component.
Constructors
UIFileProp
public UIFileProp()Constructor. Allocates buffers to store scripts, script contributors and libraries.
Methods
encodeBegin
public void encodeBegin(FacesContext context) throws IOException
getFamily
public String getFamily()
getName
public String getName()
- Returns
getValue
public String getValue()
- Returns
processUpdates
public void processUpdates(FacesContext context)
setName
public void setName(String string)
- Parameters
- string -
setValue
public void setValue(String string)
- Parameters
- string -
updateModel
public void updateModel(FacesContext context)
Class Hierarchy All Classes All Fields and Methods