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.UIFileProp

public 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() 

 

getValue

public String getValue() 

 

processUpdates

public void processUpdates(FacesContext context) 

 

setName

public void setName(String string) 

 

setValue

public void setValue(String string) 

 

updateModel

public void updateModel(FacesContext context) 

Class Hierarchy All Classes All Fields and Methods