public class UIAliasHolder extends UIOutput
Exposes its expressions to the request context when rendered.
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIAliasHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(FacesEvent event) |
void |
encodeBegin(FacesContext context) |
void |
encodeChildren(FacesContext context) |
void |
encodeEnd(FacesContext context) |
String |
getFamily() |
String |
getRendererType() |
boolean |
getRendersChildren() |
boolean |
invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback) |
boolean |
isRendered() |
void |
processDecodes(FacesContext context) |
void |
processUpdates(FacesContext context) |
void |
processValidators(FacesContext context) |
void |
queueEvent(FacesEvent event) |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setRendered(boolean rendered) |
void |
setRendererType(String rendererType) |
getConverter, getLocalValue, getValue, setConverter, setValuedecode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getValueBinding, isTransient, processRestoreState, processSaveState, restoreAttachedState, saveAttachedState, setId, setParent, setTransient, setValueBindingencodeAll, getContainerClientId, getValueExpression, setValueExpressionpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getRendererType()
getRendererType in class UIComponentBasepublic void setRendererType(String rendererType)
setRendererType in class UIComponentBasepublic boolean isRendered()
isRendered in class UIComponentBasepublic void setRendered(boolean rendered)
setRendered in class UIComponentBasepublic boolean getRendersChildren()
getRendersChildren in class UIComponentBasepublic void broadcast(FacesEvent event)
broadcast in class UIComponentBasepublic void queueEvent(FacesEvent event)
queueEvent in class UIComponentBasepublic boolean invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) throws FacesException
invokeOnComponent in class UIComponentBaseFacesExceptionpublic void encodeBegin(FacesContext context) throws IOException
encodeBegin in class UIComponentBaseIOExceptionpublic void encodeChildren(FacesContext context) throws IOException
encodeChildren in class UIComponentBaseIOExceptionpublic void encodeEnd(FacesContext context) throws IOException
encodeEnd in class UIComponentBaseIOExceptionpublic void processDecodes(FacesContext context)
processDecodes in class UIComponentBasepublic void processValidators(FacesContext context)
processValidators in class UIComponentBasepublic void processUpdates(FacesContext context)
processUpdates in class UIComponentBasepublic void restoreState(FacesContext context, Object state)
restoreState in interface StateHolderrestoreState in class UIOutputpublic Object saveState(FacesContext context)
saveState in interface StateHoldersaveState in class UIOutputCopyright © 2011 Nuxeo SA. All Rights Reserved.