public class UIPortlet
extends javax.faces.component.UIComponentBase
implements javax.faces.component.NamingContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
The standard component family for this component.
|
static java.lang.String |
COMPONENT_TYPE
The standard component type for this component.
|
| Constructor and Description |
|---|
UIPortlet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId(javax.faces.context.FacesContext context) |
java.lang.String |
getFamily() |
void |
setId(java.lang.String id) |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_TYPE
The standard component type for this component.
public static final java.lang.String COMPONENT_FAMILY
The standard component family for this component.
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setId(java.lang.String id)
setId in class javax.faces.component.UIComponentBasepublic java.lang.String getClientId(javax.faces.context.FacesContext context)
getClientId in class javax.faces.component.UIComponentBaseCopyright © 2014. All Rights Reserved.