Class Hierarchy All Classes All Fields and Methods

 

Class com.ibm.faces.component.UIJspPanel

java.lang.Object
        javax.faces.component.UIComponent
                javax.faces.component.UIComponentBase
                        javax.faces.component.UIPanel
                                com.ibm.faces.component.UIJspPanel

public class UIJspPanel
extends UIPanel

UIColumn is a UIComponent that represents a single column of data within a parent component.

Field Index
Field Description
COMPONENT_FAMILY The component family id string.
COMPONENT_TYPE The component id string.
JSF_COMP_MARKER Marker inserted in text to identify jsf tag location.

Constructor Index
Constructor Description
UIJspPanel() Create a new UIJspPanel instance.

Method Index
Method Description
void encodeChildren(FacesContext)  
void encodeRecursive(FacesContext, UIComponent)  
List getChildren()  
String getFamily()  
PageContext getPageContext() Return the JSP page context for processing the page on whic this component lives.
boolean getRendersChildren()  
void setPageContext(PageContext) Set the JSP page context for processing the page on whic this component lives.

 

Fields

 

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY

The component family id string.

 

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE

The component id string.

 

JSF_COMP_MARKER

public static final java.lang.String JSF_COMP_MARKER

Marker inserted in text to identify jsf tag location.

 

Constructors

 

UIJspPanel

public UIJspPanel() 

Create a new UIJspPanel instance.

 

Methods

 

encodeChildren

public void encodeChildren(FacesContext context) throws IOException

 

encodeRecursive

protected void encodeRecursive(FacesContext context,
                               UIComponent component) throws IOException

 

getChildren

public List getChildren() 

 

getFamily

public String getFamily() 

 

getPageContext

public PageContext getPageContext() 

Return the JSP page context for processing the page on whic this component lives.

 

getRendersChildren

public boolean getRendersChildren() 

 

setPageContext

public void setPageContext(PageContext pagecontext) 

Set the JSP page context for processing the page on whic this component lives.

Class Hierarchy All Classes All Fields and Methods